G
Guest
Hi all,
With Access 2003, I'm having an issue today I haven't ever had before. I
have a form with three subforms on it. On the main form, I set the
Form_AfterUpdate event with the following code.
Private Sub Form_AfterUpdate()
Me.DateOfChange = Date
End Sub
When a user does make a change, the subforms are locking - I can't change
data in them, nor can I hit the "design form" button on my toolbar to make a
change. I have to close the form altogether and re-open it to do any design
work.
The idea is that any time I have a change on the form, I want the "Date of
Last Change" field to update to today. I don't want it to change if someone
just looks at the data - this form is used for both updates and reference.
Does anyone have a solution to this problem?
Thanks,
Jamie
With Access 2003, I'm having an issue today I haven't ever had before. I
have a form with three subforms on it. On the main form, I set the
Form_AfterUpdate event with the following code.
Private Sub Form_AfterUpdate()
Me.DateOfChange = Date
End Sub
When a user does make a change, the subforms are locking - I can't change
data in them, nor can I hit the "design form" button on my toolbar to make a
change. I have to close the form altogether and re-open it to do any design
work.
The idea is that any time I have a change on the form, I want the "Date of
Last Change" field to update to today. I don't want it to change if someone
just looks at the data - this form is used for both updates and reference.
Does anyone have a solution to this problem?
Thanks,
Jamie