Hi all,
I have a form and i need to disable edits like so:
Me.AllowEdits = False
The problem is, it also seems to disable my toggle button, the code in the click event doesn't fire after I've set Me.AllowEdits = False. Command button are uneffected.
Is there a solution to this problem?
Thanks
Melt
I have a form and i need to disable edits like so:
Me.AllowEdits = False
The problem is, it also seems to disable my toggle button, the code in the click event doesn't fire after I've set Me.AllowEdits = False. Command button are uneffected.
Is there a solution to this problem?
Thanks
Melt