J
JB
In Access XP, I have two forms that open together. The first one calls
the second and sets the filter condition. The process of switching
between the forms is making the BeforeUpdate event trigger on the
second form. I do not like this behavior but, based on what I have
researched so far, I think this behavior is unavoidable. Am I correct?
How can I determine in the BeforeUpdate event if the user actually did
anything to the record since Me.Dirty is always True? How can I tell If
the user is trying to add a new record in the second form? How can I
tell If the user just views the record and does not touch anything and
then simply clicks another record in the first form?
the second and sets the filter condition. The process of switching
between the forms is making the BeforeUpdate event trigger on the
second form. I do not like this behavior but, based on what I have
researched so far, I think this behavior is unavoidable. Am I correct?
How can I determine in the BeforeUpdate event if the user actually did
anything to the record since Me.Dirty is always True? How can I tell If
the user is trying to add a new record in the second form? How can I
tell If the user just views the record and does not touch anything and
then simply clicks another record in the first form?