Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help-Setting fields to required on a Form

Status
Not open for further replies.

RDM23

Technical User
May 16, 2007
39
US
I have a query where I select a persons name, and it appends the records to a table and then opens the form for that employee. On this form, I need to enter a few other fields. I need to set the fields to be required in order to save the record. Is there a way on the form to set the fields as required? Thanks in advance.
 
Enforce all the validation rules in the BeforeUpdate event procedure of the form playing with the Cancel parameter and the SetFocus method.

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Not too familiar with Cancel parameter and the SetFocus method. Might need to try to figure it out if I can.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top