Can anyone point me in the right direction on this...
I have a field on a form where data can be added or edited.
I would like to have a message box appear when the data in the field has been changed.
I do not want the message box to appear when a new record is added. I tried using the On Change Event, but then every time a key is pressed they get the message box and had to click "ok" before typing the next letter. This included new records as well.
Is the a way that I can summon my message box only after a previously created record has been edited and the person has finished typing?
Thanks for any pointers!
Carly
I have a field on a form where data can be added or edited.
I would like to have a message box appear when the data in the field has been changed.
I do not want the message box to appear when a new record is added. I tried using the On Change Event, but then every time a key is pressed they get the message box and had to click "ok" before typing the next letter. This included new records as well.
Is the a way that I can summon my message box only after a previously created record has been edited and the person has finished typing?
Thanks for any pointers!
Carly