P
Phil
How can I sort the information displayed in the Combo Box list?
Thanks.
Phil
Thanks.
Phil
Phil said:How can I sort the information displayed in the Combo Box list?
Thanks.
Phil
How can I sort the information displayed in the Combo Box list?
Thanks.
Phil
Phil said:Sorry, I don't see it. The Row Source Type was already Table/Query. Is this
the same as Query? And where/how do I sort it. (I can do that with a query,
but I'm working with a form.)
Thanks.
Phil
[quoted text clipped - 4 lines]Use a query as the combo box rowsource.
Sort the query however you wish.
Sorry, I don't see it. The Row Source Type was already Table/Query. Is this
the same as Query? And where/how do I sort it. (I can do that with a query,
but I'm working with a form.)
Thanks.
Phil
fredg said:That's fine. The RowSourceType is supposed to be Table/Query.
It's the RowSource you have to change.
Click on the RowSource property line.
Click on the button with the 3 dots on that line.
If your RowSource is already a query the query grid will appear. On
the column that you wish to sort on, set the Sort row of that column
to either Ascending or Descending.
Save the changes.
If the RowSource is a Table, then after you click on the 3 dot button,
create a query (when prompted) and sort the query as I've mentioned
above.
Save the changes.