Forcing a User to enter data before allowing save

Banelight

Registered User.
Local time
Today, 12:56
Joined
Dec 2, 2013
Messages
13
Hi

I have a form that a user fill out to populate fields in my database...how can I make it so that user MUST fill in certain fields before they are allowed to save data?

I need to stop users from taking shortcuts when entering data, and skipping a lot of fields. So i would like to be able to specify the minimum fields, and an error message must show when they try save incorrectly to alert them to this.

Thanks in advance

Banelight
 
Declare that fields as Required at table level. Access will do the rest.
 

Users who are viewing this thread

Back
Top Bottom