Sep 24, 2003 #1 srtedg Technical User Joined Apr 24, 2003 Messages 16 Location US Alright, I have a combo box that is populated by a query. I want it to have the default value of <All>, how would I go about doing this? Thanks, Matt
Alright, I have a combo box that is populated by a query. I want it to have the default value of <All>, how would I go about doing this? Thanks, Matt
Sep 24, 2003 #2 jfgambit Programmer Joined Jul 15, 2002 Messages 240 Location US What is the default value set at now? "I know what you're t'inkin', ma petite. Dat Gambit... still de suave one, no?" Upvote 0 Downvote
What is the default value set at now? "I know what you're t'inkin', ma petite. Dat Gambit... still de suave one, no?"
Sep 24, 2003 Thread starter #3 srtedg Technical User Joined Apr 24, 2003 Messages 16 Location US I don't have it set to anything at the moment. The form intializes it to blank. Upvote 0 Downvote
Sep 24, 2003 #4 jfgambit Programmer Joined Jul 15, 2002 Messages 240 Location US Ok...goto Properties of the Listbox...select Default value...hit the "..." and build a query based on the table that has all the data. "I know what you're t'inkin', ma petite. Dat Gambit... still de suave one, no?" Upvote 0 Downvote
Ok...goto Properties of the Listbox...select Default value...hit the "..." and build a query based on the table that has all the data. "I know what you're t'inkin', ma petite. Dat Gambit... still de suave one, no?"