A
Alejandro Miron
Help I am stuck.
I need to lock a field so that only administrators can change it. Currently
I am doing the following:
Dim Luser As String
Luser = CurrentUser ()
If Luser = "test" Then Me.UnitPrice.Enabled = False
But this only locks it by username.
Thanks in advance
I need to lock a field so that only administrators can change it. Currently
I am doing the following:
Dim Luser As String
Luser = CurrentUser ()
If Luser = "test" Then Me.UnitPrice.Enabled = False
But this only locks it by username.
Thanks in advance