G
Guest
I capture the userID in my login startup form. I then set it = to a publicly
declared variable currentuserID. I tried to use the currentuserID in a query
but I get an error.
In my query I have under userID
= currentuserID
Access automatically puts quotations around it as follows
= "currentuserID"
and I get a type mismatch error.
What am I doing wrong?
declared variable currentuserID. I tried to use the currentuserID in a query
but I get an error.
In my query I have under userID
= currentuserID
Access automatically puts quotations around it as follows
= "currentuserID"
and I get a type mismatch error.
What am I doing wrong?