KenHigg
Registered User
- Local time
- Today, 02:18
- Joined
- Jun 9, 2004
- Messages
- 13,291
Hum... Hope I'mnot missing anything here...
On your subform, just have one control, a combo box. Set the rowsource to a query base on the employee table, that sorts the names alphabetically. This will provide you with the names to choose. Then set the combo box Control Source to the underlying table's employee name field.
There is one other 'good design' issue you may want to consider. You may want to store the employee id from the employee table instead of the employee name.
ken
On your subform, just have one control, a combo box. Set the rowsource to a query base on the employee table, that sorts the names alphabetically. This will provide you with the names to choose. Then set the combo box Control Source to the underlying table's employee name field.
There is one other 'good design' issue you may want to consider. You may want to store the employee id from the employee table instead of the employee name.
ken