Close Form asking user to save or not the record

Sergio

Registered User.
Local time
Today, 19:30
Joined
Feb 28, 2002
Messages
42
I need a macro or an event procedure to close a Form with a subform, asking user to save or not the record.

Actually I already made this macro but it didn´t ask user to save or not the record.

Any help will be very usefull for me

Tks in advance
 
Use VBA instead of a macro because you cannot trap the response to a message in a macro.
 
Tks for the tip. If you have an example of this kind of VBA module would be very usefull for me (I'm a beginner programer).
 

Users who are viewing this thread

Back
Top Bottom