Could anyone please help?
I'm trying to MATCH the user's UserName and Password imput to the user's
UserName & Password from the machine current logged on.
User's Input:
txtUserName="Jo e"
txtPwd="Passwor d"
Machine's data:
strUserName = ???
strPwd = ???
thanks a lot in advance.
Comment