jt643
Technical User
- Jun 17, 2003
- 144
I have a button on a form that will open another form to allow users to edit a record. That original form also has a check box to tell the user that the customers have 'signed off' on a certain item.
What I want to happen:
When the user clicks the button to open the next form, the code looks at the table that houses the check box information. If the check box has been checked (=True), then I want the code to essentially show all the records on the form but cause them all to be 'locked' so that no one can actually edit them.
I have done this on other forms in my database by creating an entire second 'Read-Only' form and locking all of those records. However, this particular form is rather large and has some complex code (for me at least) telling the form what objects can be visible based on the control source.
Any help would be GREATLY appreciated!
What I want to happen:
When the user clicks the button to open the next form, the code looks at the table that houses the check box information. If the check box has been checked (=True), then I want the code to essentially show all the records on the form but cause them all to be 'locked' so that no one can actually edit them.
I have done this on other forms in my database by creating an entire second 'Read-Only' form and locking all of those records. However, this particular form is rather large and has some complex code (for me at least) telling the form what objects can be visible based on the control source.
Any help would be GREATLY appreciated!