Please help. thanks
Code:
Private Sub Form_Load()
On Error Resume Next
If Not IsNull(Me.OpenArgs) Then
Me.lblUserType.Caption = Me.OpenArgs
Me.cmdLogout.SetFocus
Me.Caption = " "
Call Disabled
End If
End Sub
Private Sub Form_Load()
On Error Resume Next
If Not IsNull(Me.OpenArgs) Then
Me.lblUserType.Caption = Me.OpenArgs
Me.cmdLogout.SetFocus
Me.Caption = " "
Call Disabled
End If
End Sub
Leave a comment: