access pop-up reminder.

  • Thread starter Thread starter randall mcfry
  • Start date Start date
R

randall mcfry

I would like to have a reminder message pop-up on a form
after modifying or adding a record. Would appreciate any
help.
 
randall mcfry said:
I would like to have a reminder message pop-up on a form
after modifying or adding a record. Would appreciate any
help.

Use the Form's BeforeUpdate event.

EX:
MsgBox "What could you possibly want to say this often?"
 
Back
Top