Print Reports in order data entered

J

John

I have an event that cycles a msgbox requesting pers numbers the user wants
printed. The user would like the reports to print out in the same order she
types them.
I've thought of creating a table, appending each record as entered and then
using that table to generate the report. Just wondering if anyone knows of an
easier way?
 
D

Duane Hookom

There is absolutely no reliable way to determine "the same order she types
them". Records in a table are like marbles in a bag. There is no order
unless you store a value in a field that identifies the order. Use the field
in the report's sorting and grouping dialog.
 
J

John

Thanks, Duane... I was quite sure I had noodled this through correctly...just
hopin'....
 
Top