S stu_gnu Registered User. Local time Today, 02:23 Joined Jun 27, 2001 Messages 10 Jun 28, 2001 #1 Is it possible to programme a form, so that once a user has passed through a field without making an entry, the fields show the word N/A.
Is it possible to programme a form, so that once a user has passed through a field without making an entry, the fields show the word N/A.
C charityg Registered User. Local time Today, 02:23 Joined Apr 17, 2001 Messages 634 Jun 28, 2001 #2 This is just theory, but worth a try. In the lostFocus event use something like: if isnull(fldName) then fldName="N/A" end if
This is just theory, but worth a try. In the lostFocus event use something like: if isnull(fldName) then fldName="N/A" end if