View Full Version : adding values to a combobox


casey
06-11-2001, 10:24 AM
Hello,
I would like to add a value to a combobox that's already based on a query. Is there a way to do this?
I am sorting the records in a listbox by using the combobox value as criteria. The combobox is based on a query that looks up certain values in a table. I would also like to add "All" to the values in the combobox so the listbox will display all the records. Is this possible?

Rich
06-11-2001, 10:39 AM
I think this is what you are looking for:
Article ID: Q128881

Matthew Snook
06-11-2001, 12:23 PM
Where is the article?

thanks,

Matt

charityg
06-11-2001, 12:39 PM
If you've never used the Microsoft Knowledge Base, you missed out on a wealth of information! You can use it to search for common bugs, utilities, and sample code. Here is the link
http://search.support.microsoft.com/kb/c.asp?fr=0&SD=GN&LN=EN-US

Matthew Snook
06-11-2001, 01:05 PM
I knew I was out of the loop again.

Matt

casey
06-12-2001, 07:18 AM
Thanks for the tip, Rich.