How to do the Combo Box?
Please inform me. I will do this for my Employees
database.
(e-mail address removed)
You will have to explain what you want to "do" with a combo box!
A Combo Box is used on a Form to update the Form's recordsource table.
It "pulls" data from one table, displays one field, and stores a value
(which might be the same or a different value than the one displayed)
into the table.
For instance, if you have a table of Departments, you could have a
Combo Box on the employee form. It would be based on a Query selecting
the DepartmentID and DepartmentName; the DepartmentID would be the
"control source" to store the departmentID in your employee table, but
display the department name. The Combo Box wizard on the form design
toolbar will walk you through creating one.
John W. Vinson[MVP]