A
ABinBoston
I have a form that opens, asking for a username, which it validates against a
users table. If the username matches, clicking OK will close the login form and
open a main menu.
I would like to retain the username as a variable, and put it in a hiden field
on other forms to show that this user entered the record.
How do I declare the username as a variable? also, there will be several users
in the databse at any given time, so I need to declare each individual name for
each session.
Thanks - AB
users table. If the username matches, clicking OK will close the login form and
open a main menu.
I would like to retain the username as a variable, and put it in a hiden field
on other forms to show that this user entered the record.
How do I declare the username as a variable? also, there will be several users
in the databse at any given time, so I need to declare each individual name for
each session.
Thanks - AB