1st Record in Report different

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a database in msaccess with report.
I get records in form in sequency as I want. But last record of the form
I get 1st in report. How can I solve this problem?

(e-mail address removed)
 
Kutty

Queries let you set a sort order.

Forms let you set a sort order.

Reports let you set a sort order.

But reports don't "use" the sort order from the underlying query.

You'll have to set Sorting/Grouping in your report design.
 
Back
Top