I am trying to make a combo box that returns a list of employees .

T

Tygerwolf

I am trying to make a combo box on a form that returns a list of employees
based on availability listed in a table.
 
D

Dan Artuso

Hi,
Well, create a query that returns this list and make it the row source of your
combo or use the wizard to guide you through the steps.
 
Top