halem2
Registered User.
- Local time
- Yesterday, 19:07
- Joined
- Nov 8, 2006
- Messages
- 180
Hi:
Using Access 2000.
I have a login form in which I'm automaticall selecting the windows user name by using Environ("username")...thanks to KeithG. My question is: how can I pass the value of that function to another form that populates a table?
In other words, the user gets the login form with the name preselected based on whomever is logged under Windows. When user logs in it opens a form to select his own name, the course he/she just took, the course name and trainer name. All these are combo boxes.
I need to populate the user name combo box with the value preselected in the login form.
thanks for any help.
Using Access 2000.
I have a login form in which I'm automaticall selecting the windows user name by using Environ("username")...thanks to KeithG. My question is: how can I pass the value of that function to another form that populates a table?
In other words, the user gets the login form with the name preselected based on whomever is logged under Windows. When user logs in it opens a form to select his own name, the course he/she just took, the course name and trainer name. All these are combo boxes.
I need to populate the user name combo box with the value preselected in the login form.
thanks for any help.