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!

I am having Combo Box problems?

Status
Not open for further replies.

ZPlay

Technical User
Jan 10, 2002
24
US
I have a combo box on my form. The list currently is populated by the PROPERTYNAME from the PROPERTY table. I would like to set the combo box up so that as you navigate through the NUMBERS table, the combo box will display the PROPERTYNAME of the corresponding NUMBERS record while still providing the option to select a different PROPERTYNAME if needed. The two tables are linked by the PROPERTYCODE field. How can I achieve this?
 
2play Hello,
If your info is in one table add the name of the field to the rowsource selectdistinctrow, increase your column count and enter widths for the number of colums separated by commas.
Jim
 
Well its actually in 2 tables but i was able to make a query and increased my column count to make it work. Thanks for the reply.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top