M
Michele E
I have created a report which shows a summary of the performance of all
operators in our plant. I want the report to print out with the operators
names in alphabetical order. I have this listed as SELECT [crews].ID,
[crews].Operator FROM [crews] ORDER BY [Operator]
When my reports prints though, it puts the operators in numeric oder (based
on the ID number that was orignally automatically assigned to them. How do I
change this?
Thanks!
operators in our plant. I want the report to print out with the operators
names in alphabetical order. I have this listed as SELECT [crews].ID,
[crews].Operator FROM [crews] ORDER BY [Operator]
When my reports prints though, it puts the operators in numeric oder (based
on the ID number that was orignally automatically assigned to them. How do I
change this?
Thanks!