Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

query from a drop combo box

Status
Not open for further replies.

oggstar1

Technical User
Dec 24, 2003
30
AU
I have created a drop combo box in a subform that generates a list of names from a table. The drop down menu has the following Row source.

SELECT [employees].[employeeID], [employees].[planner] FROM employees;

Now I need to use this table data for three new fields in a sub form. I would also like to query the field with my combo box, but when I display the query it shows the [employeeID], a number as opposed to a name from the [planner] field.

I really need to display the [planner] field, which would display the actually name as opposed to a number. Is this possible, as I have tried a number of things with no success?
 
Have a look at theColumn property of the ComboBox object.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top