Confirm Save MsgBox

S

StuJol

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?
 
J

Jeff Boyce

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?
 
Top