I have a very simple database which has a tick box. Quite simply, I wish to be able to password this tick box. Can anyone help?(layman's terms would be preferable!
)
I have a very simple database which has a tick box. Quite simply, I wish to be able to password this tick box. Can anyone help?(layman's terms would be preferable!
)
In the AfterUpdate event is where you would create some sort of verification trigger.
Make a control visible, open a popup form, or message box - - and then go from there.