B
Bassel
Hello
I have Main and subform
I am trying to set the dirty prpoerty of main form to true if sub form is
changed
I put this code in BeforeupdateEvent of subform
If Me.Dirty Then
Me.Parent.Dirty = True
End If
Howevr i have an error " In order to change data through this form, the
focus must be in a bound field that can be modified."
How can I solve this problem
Thank you and best regsrds
I have Main and subform
I am trying to set the dirty prpoerty of main form to true if sub form is
changed
I put this code in BeforeupdateEvent of subform
If Me.Dirty Then
Me.Parent.Dirty = True
End If
Howevr i have an error " In order to change data through this form, the
focus must be in a bound field that can be modified."
How can I solve this problem
Thank you and best regsrds