D
Delaney
I have a continuous subform with an amount field and a
approved checked box. What I would like to do is lock the
amount field if approved = yes and it is a specific user.
This is what I have and it doesn't work
If Environ("Home") <> "UserName" And Me.Approved = 1 Then
Me.Amount.Locked = True
End If
approved checked box. What I would like to do is lock the
amount field if approved = yes and it is a specific user.
This is what I have and it doesn't work
If Environ("Home") <> "UserName" And Me.Approved = 1 Then
Me.Amount.Locked = True
End If