J
James
Hello I have set some of my own security on a database and
I have this code:
If UsrUserID = 3 Then
TheSubForm.Locked = True
TheText.Caption = Warning
End If
I would like to know how I can lock all fields for editing
and everything to those users who have a user level of 3
when they open a form.
Can this be achieved?
Many Thanks
James
I have this code:
If UsrUserID = 3 Then
TheSubForm.Locked = True
TheText.Caption = Warning
End If
I would like to know how I can lock all fields for editing
and everything to those users who have a user level of 3
when they open a form.
Can this be achieved?
Many Thanks
James