G
Guest
I'm using a command button to flip the state of AllowEdits
by using a Click event with:
Me.AllowEdits = Not Me.AllowEdits
I'd like the command button change when selected. Something like: Lock -
Unlock
Any suggestions?
by using a Click event with:
Me.AllowEdits = Not Me.AllowEdits
I'd like the command button change when selected. Something like: Lock -
Unlock
Any suggestions?