E
epigram
I'm maintaining an Access app that was written by someone we no longer can
contact. I have a form that contains a combo box that has a query
associated with it. The query is the Row Source property for the combo box.
The query is quite simple in that it selects two columns (1 column each from
two tables via a join) and sorts on one of the selected columns. I need to
change the ORDER BY clause. I have changed the query by adding a third
column (that is in one of the two tables) to the SELECT clause and then
changed the ORDER BY clause to sort by that column. When I run/test the
query in the Query Builder it sorts correctly. When I use the combo box the
query seems to still sort in the old way. I've closed down (and saved) the
form and this still happens when I bring it back up. Althoug, if I go into
Query Builder for the combo box's query/Row Source it still runs correctly.
Is there something else that I need to change? Is there something else that
could be affecting the sort order?
Thanks.
contact. I have a form that contains a combo box that has a query
associated with it. The query is the Row Source property for the combo box.
The query is quite simple in that it selects two columns (1 column each from
two tables via a join) and sorts on one of the selected columns. I need to
change the ORDER BY clause. I have changed the query by adding a third
column (that is in one of the two tables) to the SELECT clause and then
changed the ORDER BY clause to sort by that column. When I run/test the
query in the Query Builder it sorts correctly. When I use the combo box the
query seems to still sort in the old way. I've closed down (and saved) the
form and this still happens when I bring it back up. Althoug, if I go into
Query Builder for the combo box's query/Row Source it still runs correctly.
Is there something else that I need to change? Is there something else that
could be affecting the sort order?
Thanks.