autonumber of query results

J

JefeQuickTech

How do you create an autonumber of the query results that can be extracted by
another query?

I am attempting to create a workaround for a memory leak issue when printing
reports with graphic images. I am hoping that I can take “bite size†sections
and print the report.
 
M

[MVP] S.Clark

You can append the records to a table, of which has an ID field of type
autonumber, such that the other query can read.

I have no idea what the rest is all about, but good luck.
 
Top