1. You need an employee table with fields:
EmployeeID
EmployeeFirstName
EmployeeLastName
2. Create a query with the fields:
EmployeeID
EmployeeName = EmployeeLastName & ", " & EmployeeFirstName
3. Sort ascending on EmployeeName
4. Add a combobox from the toolbox to your subform
5. Select the combobox and open Properties
6. Under the Data tab, set
a) Rowsource to your query
b) bound column to 1
7. Under the Format tab, set
a) Column Count to 2
b) Column Width to 0;1.5
8. Close Properties
Steve
(e-mail address removed)