L
LenJr
A Group query “not sorted†option doesn’t work. Any suggestions?
If you have table with the following records:
FLD
2
2
1
1
3
3
and create a group query that is unsorted you would expect:
2
1
3
To be returned.
But in fact (at least for me)
1
2
3
Is being returned.
If you have table with the following records:
FLD
2
2
1
1
3
3
and create a group query that is unsorted you would expect:
2
1
3
To be returned.
But in fact (at least for me)
1
2
3
Is being returned.