S
scott
I've got a public variable called "userID" declared in a module. When a user
logs into my app through a log in form, I'm setting the "userID" variable
equal to his userID field in a users table after he supplies a
user/password.
For some reason, the "userID" variable is null within my app.
Why would a public variable loose it's value between forms?
CODE*********
Public userID As Integer
logs into my app through a log in form, I'm setting the "userID" variable
equal to his userID field in a users table after he supplies a
user/password.
For some reason, the "userID" variable is null within my app.
Why would a public variable loose it's value between forms?
CODE*********
Public userID As Integer