IMLON2
02-01-2002, 03:02 PM
When I chose a an item for the Combo box to pull up. I want the order to be in a defferent order than by the Items ID #. How can I change this.
Thanks,
Lonnie
Thanks,
Lonnie
|
View Full Version : COMBO BOX SORTING IMLON2 02-01-2002, 03:02 PM When I chose a an item for the Combo box to pull up. I want the order to be in a defferent order than by the Items ID #. How can I change this. Thanks, Lonnie Alexandre 02-01-2002, 05:26 PM You have to base your combo box on a query (use the ... at the side of the source property), where you will have the possibility to define the field(s) you want to order on. Alex |