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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

All fields must be filled before continuing, how?

Status
Not open for further replies.

vince99

IS-IT--Management
Mar 1, 2001
63
US
How can I create a form on which all fields must be completed before I allow the user to proceed?

Thanks in advanced
 
Hi Vince,
Open your form in design view and double-click on your first required field. This will bring up that fields properties dialog. Select the data tab and look for &quot;Validation Rule&quot;. in this line you might type something like: <Date() meaning the value entered must be less than today. Just below is a line called &quot;Validation Text&quot;. In here you type what you'd like to say when the above &quot;hits&quot;. Something like: The date you enter must be less than today!
You must repeat these steps for each field you deem important enough to restrict the user from proceeding.

F1 to bring up Access help and do a search for Validation Rule and Validation Text. That should do it! Gord
ghubbell@total.net
 
In the table you can set the Required property for each field to Yes.
 
Thanks for the info guys.....

It really helps....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top