If i have a variable in a module "Public UserID As Long"
and i declarer it through login form @ startup UserID = Me.UserID.
Will Access keep this value during all session until i close the db?
If i understand correctly..
1) If i declare it in a MODULE then i can use it during all session until i close the db.
2) If i declare it in a FORM then i can use it until i close the form.
Am i rite?
Thanks!
and i declarer it through login form @ startup UserID = Me.UserID.
Will Access keep this value during all session until i close the db?
If i understand correctly..
1) If i declare it in a MODULE then i can use it during all session until i close the db.
2) If i declare it in a FORM then i can use it until i close the form.
Am i rite?
Thanks!