I'm working on a database that contains managers, users, and user accounts on an application. I have a form (frmManagers) that has a combo box that populates with the names of the managers. I've created another form (frmUsers) that lists user information (name, email, department, etc.) that has a subform that lists all the accounts the user has on a particular application.
I would like to be able to have a manager go to frmManagers, find their name in the dropdown and click a button which will open up frmUsers and show only that particular manager's users. Basically I want to pass the combobox value to a WHERE clause on the users form, but I'm not sure how to do that. Can anybody help me out?
I would like to be able to have a manager go to frmManagers, find their name in the dropdown and click a button which will open up frmUsers and show only that particular manager's users. Basically I want to pass the combobox value to a WHERE clause on the users form, but I'm not sure how to do that. Can anybody help me out?
Comment