Hey everyone,
This one seems pretty easy, but can't figure it out.
I have a check box on a form. How can I create an If statement that "If the check box is checked, then lock the form so data can't be changed" And only allow the form data to be edited if the box is unchecked.
Something like:
If Me.Checkbox = "checked" Then Lock form?
I just don't know the syntax.
Thank you!
This one seems pretty easy, but can't figure it out.

I have a check box on a form. How can I create an If statement that "If the check box is checked, then lock the form so data can't be changed" And only allow the form data to be edited if the box is unchecked.
Something like:
If Me.Checkbox = "checked" Then Lock form?
I just don't know the syntax.
Thank you!