This is working exactly as I asked, and now I realize it is too restrictive. How can I relax it to NOT lock until a certain amount of time has elapsed, for example, don't lock until five days from the add date?
I have a field called Add Date that is set to Now() as the default when you add a...
Thank you for responding. I appreciate it.
Do I leave the After Update Event on DO Staff?
It still seems to have problems and turns the second line yellow:
Private Sub Form_Current()
If Not IsNull(Me!DO_Staff.Value) Then
Me.DO_Staff.Locked = True
Else
Me.DO_Staff.Locked = False
End If...
I want to lock a specific field on a new record using Access 2003. The name of the field is DO Staff. DO Staff is a combo box. I want to lock DO Staff on a new record so it cannot be changed after it is saved. What is happening is after I do this one time DO Staff is locked for all...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.