How do I make access ask the user to save the changes?

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

Guest

Hi People,

I read some answers given to questions similar to mine, but I m not satisfied.

Can somenone help me about writing VBA code for asking the user if he/she is
sure to save the record changes made in the form or table?

Thanks a lot!
 
In the form's BeforeUpdate event, ask them. Set the value of Cancel to False
if they don't want to.
 
Hi Yilmaz,

Unless you have changed things, a chqnged record is saved when you move off
the current record or when you close the form. Have you tried making
changes, advancing to a new/different record and then stepping back to the
changed record?

HTH
 

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