Print Reports in order data entered

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

Guest

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?
 
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.
 
Thanks, Duane... I was quite sure I had noodled this through correctly...just
hopin'....
 
Back
Top