B
bbypookins
I have a report with a group which has a row source of
SELECT tblDivision.Division FROM tblDivision ORDER BY tblDivision.Prefix;
It's supposed to be sorting by the field "Prefix" which is in the
tblDivision, but it's sorting alphabetically by the field "Division". What am
I doing wrong?
SELECT tblDivision.Division FROM tblDivision ORDER BY tblDivision.Prefix;
It's supposed to be sorting by the field "Prefix" which is in the
tblDivision, but it's sorting alphabetically by the field "Division". What am
I doing wrong?