I am using a database that I created in Access (2003).
I am trying to get a report to print out in alphabetical order by last name. My report is pulling the data from a query. The query is a combination of two tables. The query view shows the information in alphabetical order by last name, which is a good thing since I have it set up to sort in ascending order by “last name”.
My report doesn’t use the “last name” field in it. I tried to put it in as an invisible field but, it didn’t help.
There has got to be some way to get this report to print out in order by last name.
AFAIK, reports usually print in the order their original query or table uses. So if the query is sorted by last name, the report should be sorted by last name.
In Access, if you are in “GUI mode” when you are creating the query, there’s a checkbox that says “display the column”. Just uncheck the checkbox for last name. Or is there something here I’m not understanding.