Form

  • Thread starter Thread starter LG
  • Start date Start date
L

LG

I have a few user forms. When they exit out or close the form how do we get
around not saving an extra blank field?
 
I have a few user forms. When they exit out or close the form how do we get
around not saving an extra blank field?

Make the field required in the table definition, or check it for nullity in
the form's BeforeUpdate event.
 
That works. Is it also possible to have and edit form that has a check box
that must be checked before they exit to save the change?
 

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

Similar Threads

Cancel form entry 3
Close form without saving 13
Access 2007 corrupts record source SQL string 5
Control if a form updates table 3
FORM Please HELP 2
Index/Primary Key Error Handler 1
Ctrl+S 2
form problems 2

Back
Top