View Full Version : all three fields required


Dgavilanes
02-28-2002, 12:12 PM
I have 3 fields
dt_recvd=date
location=txt
initials=txt
I need to have all 3 entered before becoming a record.
thanks
Dennis

David R
02-28-2002, 02:47 PM
Set each field to Required, or check in the Form's BeforeUpdate event that all three are non-null.

HTH,
David R