G
Guest
Using WinXP and Access 2002
In the AfterUpdate Event on a main form I have a simple statement:
'Me.ZZZZZ is a checkbox
If me.strXXXX = "YYYYY" then
Me.ZZZZZ = true
End IF
This works; the check box has a check mark, but the form freezes. I can not
go forward, backward, save, etc. All I can do is close the form and get the
error messages that nothing will be saved, etc.
Thanks for any help.
In the AfterUpdate Event on a main form I have a simple statement:
'Me.ZZZZZ is a checkbox
If me.strXXXX = "YYYYY" then
Me.ZZZZZ = true
End IF
This works; the check box has a check mark, but the form freezes. I can not
go forward, backward, save, etc. All I can do is close the form and get the
error messages that nothing will be saved, etc.
Thanks for any help.