Lynn_AccessUser
Registered User.
- Local time
- Today, 12:33
- Joined
- Feb 4, 2003
- Messages
- 125
Can you lock a field on a continuous subform based on a value in another field. For example:
If Environ("home") <> "Username" And ApprovedCheckbox = 1 Then Amount.Locked = True
I have tried putting the code on the current, open, and load events.
There is one user who can approve the record and once he approves it no other user can change the amount field.
thanks!!
If Environ("home") <> "Username" And ApprovedCheckbox = 1 Then Amount.Locked = True
I have tried putting the code on the current, open, and load events.
There is one user who can approve the record and once he approves it no other user can change the amount field.
thanks!!