G
Guest
I'm looking for a way to provide a user with the option of changing the sort
order of the query behind a form. Any thoughts?
order of the query behind a form. Any thoughts?
I'm looking for a way to provide a user with the option of changing the sort
order of the query behind a form. Any thoughts?
Glenn said:I'm looking for a way to provide a user with the option of changing the sort
order of the query behind a form. Any thoughts?
What I'm envisioning is an unbound combo box with these three options, where
the user can select the sort type, and then the query behind the form resorts
by that option.
Can you offer some assistance in how to go about doing this? For example,
several of the posts on this thread have suggested the same thing, and to
"enable" the order by function. I haven't seen a place to do this in the
properties box. I've also played around with listing various field names in
the "Order By" field in the properties box, but it doesn't seem to have an
effect.
Also, in order to link this to the combo box, I'm assuming I'd write an
if-then-else statement? Is that what you're suggesting?