tpickles1984
Registered User.
- Local time
- Today, 09:07
- Joined
- Feb 5, 2003
- Messages
- 19
By default, the fields in a form that I am making are locked and are for viewing only. I am trying to build a macro that unlocks the fields and allows the user to edit them. I went into expression builder and it helped me build this:
Forms![Sfrmmemberdetails]![Surname].Locked
This particular one is for the surname field. So how do I get it to set itself to "not locked"? I am new to this type of notation and have no idea how to work with it. Any help would be much appreciated
Forms![Sfrmmemberdetails]![Surname].Locked
This particular one is for the surname field. So how do I get it to set itself to "not locked"? I am new to this type of notation and have no idea how to work with it. Any help would be much appreciated