Save record button

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

Guest

I need a button with save on it that saves the current record (if its new or
if its been updated) preferably with it changing text from "Save Record" to
"Record Saved" on the button, and automatically changing back to "Save
Record" if they ammend any field. Can anyone help me with this please.


TIA

ned
 
Use the button wizard to add a command button to your form. The wizard
gives you various choices, including, one to save the current record.
Get the button working first, then worry about changing its text to
match the situation.

HTH,
TC (MVP Access)
http://tc2.atspace.com
 
I use a msgbox with the text: "Record Saved". They click OK, and they're good
to go. Why mess with button text at all?
 
Back
Top