S Sok Hong Oct 3, 2003 #1 Do any of you know how to set the combo box so that the selection are shown in alphabetical order? Thank you.
Do any of you know how to set the combo box so that the selection are shown in alphabetical order? Thank you.
A Ardy Oct 3, 2003 #2 -----Original Message----- Do any of you know how to set the combo box so that the selection are shown in alphabetical order? Thank you. . Click to expand... To sort the contents of the combo box; from the combo box's property window, click on the Data tab, then select the row source, in the query screen you can select the sorting order for the desired selection.
-----Original Message----- Do any of you know how to set the combo box so that the selection are shown in alphabetical order? Thank you. . Click to expand... To sort the contents of the combo box; from the combo box's property window, click on the Data tab, then select the row source, in the query screen you can select the sorting order for the desired selection.
S StCyrM Oct 3, 2003 #3 Hi Simply set your Rowsource as follows: SELECT <FieldNAme> FROM <TableNAme> ORDER BY <FieldName> MAurice
Hi Simply set your Rowsource as follows: SELECT <FieldNAme> FROM <TableNAme> ORDER BY <FieldName> MAurice