Report Record Order

H

Hiten

How can I have the most recent record entered through a
form show up at the bottom of the table and report? I'm
trying to create a report with the most recently entered
data to be at the bottom. From my checks, I don't seem to
have any filters/sorts in the report or table.
 
R

Rick Brandt

Hiten said:
How can I have the most recent record entered through a
form show up at the bottom of the table and report? I'm
trying to create a report with the most recently entered
data to be at the bottom. From my checks, I don't seem to
have any filters/sorts in the report or table.

You would need a field or fields that will tell you which record was the most
recently entered one. This would need to be either a DateTime field that is
populated when the record is created or an incrementing number field that can
reliably indicate the newest record by virtue of it having the highest number (an
AutoNumber might not always provide this).

If you have such fields just apply a sort based on them. If you don't then you need
to add them. At the table level Access records have no internal ordering that you
can rely on.
 

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