Hi, i am facing a problem… pls help me with a solution… am more than appreciate thank you…
i have a richtext field, and that field is mandatory… when attachment is put in the field… it cannot be submit… cos only when text is entered in the field then can submit… i check the field by doing this…
If uidoc.FieldGetText(“attachment”) = “” Then
Msgbox "Please add your attachment", 64, "Error"
Call uidoc.GotoField("attachment")
checkFields = 1
Exit Function
End If
this ‘attachment’ field is a rich test field…
pls help me with a solution… thank you very much ![]()