View Full Version : Close Form asking user to save or not the record


Sergio
05-08-2002, 07:57 PM
I need a simple way for the user to validate the changes or new data filled in a form.

I made a macro with the close action but it doesn´t work properly. The macro don't ask user to save or not the record.

Can you help me?

Tks in advance!

ColinEssex
05-08-2002, 11:27 PM
Look up dirty in help then you can make it do something (like save) if the form has been changed

Col

Sergio
05-09-2002, 02:59 PM
Tks for your reply. I will try with this.