Confirm Save MsgBox

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

Guest

When i click a command button which is designed to save the current record in
my form it does not appeat to do anything even thou it has saved the current
data in my form. Can i create a Msg Box to confirm the save has taken place?
 
A couple of "user-friendly" notions:
if you aren't telling the user anything s/he can do something about, how
does being told "The record was saved" help?
in Access, data is saved in tables, displayed in forms

Check the AfterUpdate event for your form. I suspect you can add a message
there that advises the user.

--
Regards

Jeff Boyce
<Access MVP>

StuJol said:
When i click a command button which is designed to save the current record in
my form it does not appeat to do anything even thou it has saved the current
data in my form. Can i create a Msg Box to confirm the save has taken
place?
 

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