It is set as follows:
[Task].[TaskDate] DESC, Is that my problem?
It is set as follows:
[Task].[TaskDate] DESC, Is that my problem?
The DESC stands for Descending which means in reverse order or biggest date first.
I changed to ASC still same issue.
I am truly perplexed.
Is there no way out of my problem?
Why do you even have an OrderBy Clause in the Form? Delete it. If you need a particular order then create a query with the OrderBy Clause in it and set your form's RecordSouece to the Query and not the table.
Thanks RG, I tried changing it to ASC, then deleting, but navigation is still backwards.
Set "Order By On Load" to NO as well.
OK, RG, That works! Thanks a ton!
Great! Glad we could help.