I’ve recently acquired a database from another officer and the manager would like me to upgrade it to include the ability to prepopulate the supervisors of employees when they are entered into he form. This is what I currently have:
Main Table (the data will be entered here)
-Employee Name
-Login ID
-Supervisor
-Call Out Date
-Call Out Time
Employee Table (source of known data)
-Employee Name
-Login ID
-Supervisor
Enter Call Out Form (used to enter data into the Main Table)
Now what the manager would like to be able to do is select the agent’s name from a combo box on the form, and have the Login ID and Supervisor fields automatically populate. Currently the Login ID will auto populate as the last owner of this database configured it to do so by using a “Select Distinct” statement in the Lookup tab of the Main Table.
I attempted to copy this format to use it with the new supervisor column but I just can’t get it to work. Any suggestions?
I don’t really understand the use of the “Select Distinct” function nor what it actually does.
Any help is always appreciated.
Spyder757
Main Table (the data will be entered here)
-Employee Name
-Login ID
-Supervisor
-Call Out Date
-Call Out Time
Employee Table (source of known data)
-Employee Name
-Login ID
-Supervisor
Enter Call Out Form (used to enter data into the Main Table)
Now what the manager would like to be able to do is select the agent’s name from a combo box on the form, and have the Login ID and Supervisor fields automatically populate. Currently the Login ID will auto populate as the last owner of this database configured it to do so by using a “Select Distinct” statement in the Lookup tab of the Main Table.
I attempted to copy this format to use it with the new supervisor column but I just can’t get it to work. Any suggestions?
I don’t really understand the use of the “Select Distinct” function nor what it actually does.
Any help is always appreciated.
Spyder757