Check Dirty property in Subform

falguy

New member
Local time
Today, 07:42
Joined
Sep 4, 2001
Messages
5
I am having trouble checking the "Dirty" property in a subform. The AfterUpdate event fires and I have verified that the value of the field has changed. I tried using "Me.Dirty" and Forms![frmMasterAccounts]![frmSubAccounts].Form.Dirty, but they both return "False". Any other suggestions?
 
Thanks for the help Pat. It should have been BeforeUpdate - I don't know why I wrote AfterUpdate. My code is in the BeforeUpdate event.

I never even thought about why I was checking the Dirty property. The example code I used from Microsoft had the Dirty check in it and I just copied it without thinking. I might as well take it out and my problem will be solved.



[This message has been edited by falguy (edited 09-05-2001).]
 

Users who are viewing this thread

Back
Top Bottom