Hello!
I have a query that I am using to pull transactions from a table. In the query I sort by transaction ID in ascending order. When I run the query the datasheet view looks perfect, sorted by transaction ID. However, when I run my report it no longer uses the sort that was created by the query (transaction ID) and it looks to be sorting by the unit ID field instead. I do not have it set anywhere to sort by unit ID, but I am curious if there is something on my report that is causing this.
The report itself has no filter, filter on load is set to NO, order by is set to nothing, order by on load is set to NO, and Allow filters is set to YES. Where else can I look to see if something is trying to be sorted on the report?
Not sure if it matters but this is an Access 2013 front end and a SQL 2008 back end. Thanks in advance for any ideas or suggestions.
EFox
I have a query that I am using to pull transactions from a table. In the query I sort by transaction ID in ascending order. When I run the query the datasheet view looks perfect, sorted by transaction ID. However, when I run my report it no longer uses the sort that was created by the query (transaction ID) and it looks to be sorting by the unit ID field instead. I do not have it set anywhere to sort by unit ID, but I am curious if there is something on my report that is causing this.
The report itself has no filter, filter on load is set to NO, order by is set to nothing, order by on load is set to NO, and Allow filters is set to YES. Where else can I look to see if something is trying to be sorted on the report?
Not sure if it matters but this is an Access 2013 front end and a SQL 2008 back end. Thanks in advance for any ideas or suggestions.
EFox