G
Guest
I have a form that generates a report. When the "Generate" command button is
pressed, a report is generated based on a table. This table, we'll call it
tblGen, is constructed from records from various other tables via SQL
statements.
Is there a way for me to have these records listed in tblGen in the order
that I place them from other tables? It seems that no matter what I do,
tblGen needs to sort based on something (IDs, FirstName, etc...). Is there a
way to remove this sort and just list the records as I add them? Or is there
perhaps a different method of achieving the same effect on the report?
Many thanks for your help in advance.
Joe
pressed, a report is generated based on a table. This table, we'll call it
tblGen, is constructed from records from various other tables via SQL
statements.
Is there a way for me to have these records listed in tblGen in the order
that I place them from other tables? It seems that no matter what I do,
tblGen needs to sort based on something (IDs, FirstName, etc...). Is there a
way to remove this sort and just list the records as I add them? Or is there
perhaps a different method of achieving the same effect on the report?
Many thanks for your help in advance.
Joe