I created a table using webadmin (MySql Database Server) that contains a list of all employees name in my company.
However, the table is updated by a different user. The table is constantly being updated, but now I created a database for a different reason that needs to read these employees name.
I need to have the current list of employees at all times.
I don't want to create another table.
I need to make the user select the employee name using a combox in access.

Is this possible if so how can this be done.