Report record order

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

Guest

I have a 3 record per page report that has a table as the record source but
when I look through the report all the records are not in the same order as
they are in the table, there is no sorting or grouping on the report or the
table, it starts off right but loses its sort after about 35 records through,
does anyone have any ideas ???
 
David said:
I have a 3 record per page report that has a table as the record
source but when I look through the report all the records are not in
the same order as they are in the table, there is no sorting or
grouping on the report or the table, it starts off right but loses
its sort after about 35 records through, does anyone have any ideas
???


Tables don't have an order. They are more like a bucket full of data.
If you want an order you have to provide it. Spreadsheet like Excel have an
order but not databases.
 
Off the top of my head, you can either set the sorting by opening the table,
sorting it the way you want and then saving it. Or you can add sorting to the
report, which is what I would suggest. I’ve never relied on the way the table
shows records, as I think it shows as they are entered in, but I imagine
there are many ways for this to get messed up.

HTH,
Clint Herman
 
I have a 3 record per page report that has a table as the record source but
when I look through the report all the records are not in the same order as
they are in the table, there is no sorting or grouping on the report or the
table, it starts off right but loses its sort after about 35 records through,
does anyone have any ideas ???

Any sort order in the table (or query if a query is the report's
record source) is irrelevant in a report.
Set the report's sort order in the Sorting and Grouping dialog.
In report Design View...
View + Sorting and grouping.
 

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

Similar Threads

Access Access Record Order 0
Access Dcount (multiple criteria) 3
Allow Additions Sort Order 3
New Record 4
report record source 6
Access 2003 Reports all jumbled order 5
Sort order in report 2
Pie chart in columnar report 1

Back
Top