Prevent blank records from being saved

N

Nick C

Does anyone know of a proven solution to this problem? I currently have a
message box prompting users not to save blank records, but it is still
creating problems. Any help would be greatly appreciated.

Thanks in advance,

Nick
 
D

Dirk Goldgar

Nick C said:
Does anyone know of a proven solution to this problem? I currently
have a message box prompting users not to save blank records, but it
is still creating problems. Any help would be greatly appreciated.

If you go into design view on the table the form is based on, and set
the Required property to Yes for all the fields you don't want to be
left blank, then it will be impossible for a user to save a record
without entering data in those fields.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top