Problem with data entry

O

Old Guy

How do I get a SAVE button to give an error message, if any form fields are
empty, when the user tries to save the form?
 
R

Rick Brandt

Old Guy said:
How do I get a SAVE button to give an error message, if any form fields are
empty, when the user tries to save the form?

Make them all Required = Yes in the table's design.
 
Top