Record Number on report

  • Thread starter Thread starter KimTong via AccessMonster.com
  • Start date Start date
K

KimTong via AccessMonster.com

Hi,

Is anybody can help me wiht this simple question, but I've never done it. How
can I display a record number on the report?

KT
 
Record numbers do not exist in Access.
There is an AbsolutePosition property, but that is only applicable for the
current view of the dataset. Filtering, sorting, inserting, or deleting
records will change that number.

What is it you are wanting to do?
 
Define "record number".

Access does not, so you will have to.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Hi,

Thank you for the answer. I just want to know, which record we entered it
first. For example, I sort the record by date, but we have 10 records have
the same date, so I want to know which record I entered first on the day.
 
If, instead of EntryDate, you stored EntryDateTime, you could sort by that
field. Where is your EntryDate coming from?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Ok, I got you. So noway to display the record number in Access, right...
Thank you.

KT

Jeff said:
If, instead of EntryDate, you stored EntryDateTime, you could sort by that
field. Where is your EntryDate coming from?

Regards

Jeff Boyce
Microsoft Office/Access MVP
[quoted text clipped - 9 lines]
 
It's not that there is no way to display it, it is that one does not exist
unless YOU put it in. But if you added a RecordNumber field, you could
display that.

Regards

Jeff Boyce
Microsoft Office/Access MVP

KimTong via AccessMonster.com said:
Ok, I got you. So noway to display the record number in Access, right...
Thank you.

KT

Jeff said:
If, instead of EntryDate, you stored EntryDateTime, you could sort by that
field. Where is your EntryDate coming from?

Regards

Jeff Boyce
Microsoft Office/Access MVP
[quoted text clipped - 9 lines]
 

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