Superguppie
Technical User
hi all,
when a user closes a form, then another form opens with information that this has happend by User actions, when that form closes, a Checkbox in the form must be unchecked, in VBA i had this:
Me.afgemeld = False
But then the following error occurse:
Cannot give amount to this object.
can someone explane why this is and how to solve this?
thanks
Greetz
Superguppie
when a user closes a form, then another form opens with information that this has happend by User actions, when that form closes, a Checkbox in the form must be unchecked, in VBA i had this:
Me.afgemeld = False
But then the following error occurse:
Cannot give amount to this object.
can someone explane why this is and how to solve this?
thanks
Greetz
Superguppie