S
Steve
I have a form that I load default values when a new
record is selected. I reset the dirty property (Me.Dirty
= False)after default values are loaded.
Since there are some required fields on the form I
validate using the form afterupdate event. If there are
no changes made by the user and they attempt to move to a
previous record the Me.Dirty property rather then having
a value of FALSE as it was set for the new record still
has a value of TRUE. In the mean time I will brute force
this by checking if any of the fields on the form have
changed since they were initialized.
Can you reset the Form dirty property from a VB
application if so any ideas on trouble shooting?
Thanks Steve
record is selected. I reset the dirty property (Me.Dirty
= False)after default values are loaded.
Since there are some required fields on the form I
validate using the form afterupdate event. If there are
no changes made by the user and they attempt to move to a
previous record the Me.Dirty property rather then having
a value of FALSE as it was set for the new record still
has a value of TRUE. In the mean time I will brute force
this by checking if any of the fields on the form have
changed since they were initialized.
Can you reset the Form dirty property from a VB
application if so any ideas on trouble shooting?
Thanks Steve