Why is the Me.Dirty condition false in the close event of a form?

J

John W. Vinson

Why is the Me.Dirty condition false in the close event of a form?

Because the Update event (which writes all the data to disk and "cleans" the
form) has already fired.
 
M

Marshall Barton

Robert said:
Why is the Me.Dirty condition false in the close event of a form?


Because any record edits were saved before the form's unload
and close events.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Help with Me.Dirty 4
'Me.Dirty = False' statement 6
clearing me.dirty 2
BeforeUpdate and Me.Dirty 2
Me.Dirty Help 2
Error '2101' Invalid Setting for Me.Dirty 2
Me.Dirty = false 2
Validation Code and Me.dirty 2

Top