I have a query that only has 4 fields: SalesOrder, SalesOrderID, FabSO, and PODate. When it is sorted by PODate it sorts as shown below:
[/td]
If I create a 2nd query that only pulls in the SalesOrder and PODate fields and sort by PODate I get the below result:
[/td]
[/td]
Any guesses as to why it switched the order?
Only asking because I am using Allen Browne's ConcatRelated function and it is sorting the list as shown in Query1 even though it is sorted by PODate. I thought there might be a time component that's causing a secondary sort but:
[/td]
[td] 3443 |
FAB022 | |
SDR050 | FAB022 |
SDR051 | FAB022 |
[td]
5/13/2025
[/td][td]
3444
[/td][td]
5/13/2025
[/td][td]
3447
[/td][td]
5/15/2025
[/td]If I create a 2nd query that only pulls in the SalesOrder and PODate fields and sort by PODate I get the below result:
[td] 5/13/2025 |
SDR051 |
[td]
5/15/2025
[/td]Any guesses as to why it switched the order?
Only asking because I am using Allen Browne's ConcatRelated function and it is sorting the list as shown in Query1 even though it is sorted by PODate. I thought there might be a time component that's causing a secondary sort but:
[td] 5/13/2025 |
SDR049 |
SDR051 |
[td]
12:00:00 AM
[/td][td]
5/13/2025
[/td][td]
12:00:00 AM
[/td][td]
5/15/2025
[/td][td]
12:00:00 AM
[/td]