1st Record in Report different

K

Kutty

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?

[email protected]
 
J

Jeff Boyce

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.
 
Top