I want to be able to lock certain fields in records only if the check box is checked. I have tried the example in the Access help file but this is not working. Any suggestions
Hi Veronica,
Are you trying something along the lines of:
If chkMyCheckBox Then
txtMyTextField1.Locked = true
txtMyTextField2.Locked = True
End If ...etc...
The Easy Day
-----Original Message-----
I want to be able to lock certain fields in records only
if the check box is checked. I have tried the example in
the Access help file but this is not working. Any
suggestions
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.