I have the following code in the open event
I get the error "Method or data member not found" when the form opens. I would very much appreciate some insight.
Code:
If User.AccessID = 1 Then
Me.cmdAdmin.Enabled = True
Else
Me.cmdAdmin.Enabled = False
End If
I get the error "Method or data member not found" when the form opens. I would very much appreciate some insight.