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