Hey everyone,
is there a way to clear a check box in a form if you add a new record?
I tried:
That doesn't seem to work when I have placed a check in the checkbox on the current record, and then create a new record, the checkbox stays.Code:If Me.NewRecord = True Then Me.checkbox = False
Any suggestions?
Thanks, Mike