Sorting a Report

P

Phillip Schmidt

I have a report that is grouped by Department, and I am
trying to sort the departments in a specific order (not
alphabetical) for output in the report. The table has a
field "Department" that is a look-up column to a
Department table which has two fields (order, department).
Any recomendations on how to do this, the best I can do
right now is alphabetical.

Thanks
 
R

Rod

Could you include the order field in the query but discard
it when previewing/printing the report? If necessary
create a query that puts the data in the correct order
before having the report access the query.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top