Order of appearance

O

Owen

Hi,

I have a report that will have a user determined number
of entries in the detail section. In order for the
report to look right, I need to make sure the data is
displayed in the order it is entered.

Is there a way to do this?

TIA

Owen
 
D

Duane Hookom

Add a field to the table that records the date and time of entry. You can
then sort on this field.
 
Top