D
D
Hi:
I have the API function that gets the Windows login; for every login ID I
have a password.
Can you please tell me what should be in the below code to open the form?/
what am I missing?
Thank you,
Dan
If fOSUserName() = "what should be here?" Then
DoCmd.OpenForm stDocName, , , stLinkCriteria
Else
MsgBox "Invalid Passowrd", vbOKOnly
DoCmd.CancelEvent
End If
I have the API function that gets the Windows login; for every login ID I
have a password.
Can you please tell me what should be in the below code to open the form?/
what am I missing?
Thank you,
Dan
If fOSUserName() = "what should be here?" Then
DoCmd.OpenForm stDocName, , , stLinkCriteria
Else
MsgBox "Invalid Passowrd", vbOKOnly
DoCmd.CancelEvent
End If