Sorting

  • Thread starter Thread starter Floyd Forbes
  • Start date Start date
F

Floyd Forbes

Help please,

Is there a way to sort on a calculated field on a report?

Floyd
 
Yes: create a query to feed the report, and put the calcuation in the query.

In query design view, you can enter a calculation into the Field row of the
grid, e.g.:
Amount: Quantity * PriceEach

Then use that query as the RecordSource of your report, and you can use the
Amount field just like any other field.

If you get all that working, but the sorting is not what you expect, see:
Calculated fields misinterpreted
at:
http://allenbrowne.com/ser-45.html
 

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

Back
Top