J
Joan
Hi,
I have a form (in datasheet view) that most of the time, I'd like sorted by
[Breed] ASC and then by [Sex] DESC. I have the following expression for
the ORDER By property in the property sheet of the form:
EnterStoresQuery.[Breed]; EnterStoresQuery.[Sex] DESC. However, the user
may from time to time like to sort it by [Dog Number] or some other field.
When they do this, the form remains sorted in the sort order the user used
last. Is there a way to make the form automatically revert back to a
default sort order: EnterStoresQuery.[Breed]; EnterStoresQuery.[Sex] DESC
when the user either moves the focus off of the form, closes the form or
some other determined time?
Joan
I have a form (in datasheet view) that most of the time, I'd like sorted by
[Breed] ASC and then by [Sex] DESC. I have the following expression for
the ORDER By property in the property sheet of the form:
EnterStoresQuery.[Breed]; EnterStoresQuery.[Sex] DESC. However, the user
may from time to time like to sort it by [Dog Number] or some other field.
When they do this, the form remains sorted in the sort order the user used
last. Is there a way to make the form automatically revert back to a
default sort order: EnterStoresQuery.[Breed]; EnterStoresQuery.[Sex] DESC
when the user either moves the focus off of the form, closes the form or
some other determined time?
Joan