Change values?

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
 
Why are they locked if the user needs to change them?

Col
:cool:
 
The form acts as a profile for viewing member information, allowing users to view information, but not edit it. I was going to have a seperate form for editing data, but decided that it would be a good idea to integrate the function in to this form. I am going to insert a password protected button into the form, so that only people with the password can edit the data.

That's why!
 
The form acts as a profile for viewing member information, allowing users to view information, but not edit it. I was going to have a seperate form for editing data, but decided that it would be a good idea to integrate the function in to this form. I am going to insert a password protected button into the form, so that only people with the password can edit the data.

That's why!
 

Users who are viewing this thread

Back
Top Bottom