One of my co-workers asked me how to do this and I don’t know.
She has a database to track employee security clearances. From our HR dept, she imports a temporary table of employee data (first and last name, department, location, hire date, employee number) to the db once a month or so.
She has a data entry form and created a combo box to pick an employee’s name from the temp table. When she picks the name, she wants the other fields for that record in the temp table to write to her master employee data table. She doesn’t need all the employees in the temp table added, which is why she wants to use the form to pick the ones she wants.
Does this explanation make sense to you?