save or close without saving record?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how do i do that? also clear a form without saving any information.

thanks!
 
like a user populates a couple of boxes and then realizes he doesnt need.
how do you close without updating table?
 
Me.Undo or you could use a BeforeUpdate event and set Cancel = True when a
certain condition is met and then close the form.

M
 

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

Back
Top