GT_engineer
Registered User.
- Local time
- Today, 09:07
- Joined
- Aug 23, 2012
- Messages
- 85
You have a macro in Access called 'Orders' with submacro 'SetFormState' which goes through the form and locks every item one by one depending on the values of the check boxes IsComplete, IsShipped, ect.
You need to create another macro that does the opposite and unlocks everything.
The example I gave you was in VB, your database however is using mostly built in macros. So your macro was over ruling what the VB code did. so I guess you should continue using macros. Create a button, that on Click, runs macro Unlock.
P.S.
I'm guessing you did not create this database and it was handed off to you???
You need to create another macro that does the opposite and unlocks everything.
The example I gave you was in VB, your database however is using mostly built in macros. So your macro was over ruling what the VB code did. so I guess you should continue using macros. Create a button, that on Click, runs macro Unlock.
P.S.
I'm guessing you did not create this database and it was handed off to you???