Can someone please tell me what is wrong with my code below? If I use "User" as the table name my code does NOT work, but if I name it something else it works just fine!
strFirstName = InputBox("First name?")
strLastName = InputBox("Last name?")
strUserName = InputBox("Username?")
strPassword...
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.