Hi,
I am getting confused creating a script and I wonder if anyone could help.
what I need to do is, I have a list of pc names, a list of users, and a list of passwords for each user. I need to verify the user is logged on , then create an odbc using the specific users password.
I can create the...
Attach the following to the load event of the form.
I added a text box called txtUserName:
Private Sub Form_Load()
Dim strUser As String
strUser = Environ("USERNAME")
Me.txtUserName = strUser
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.