Use query results from report to make table

DanG

Registered User.
Local time
Today, 02:43
Joined
Nov 4, 2004
Messages
477
Hello,

I have a query that prompts the user for input to generate a report.
I would like to in essence copy that same record set and append it to a different table (archive table).

Not quite sure how to go about it.

Thank you
 
do you mean copy it manually or have a code that does it automatically when the report is created?
 
Hello

If your query is returning the records you want, then what you want to do is run a MAKE TABLE query.

In query design mode, select Query, MAKE TABLE.
Regards
Mark
 
This will need to be automated (on events).
I have a form that has two of the values the query requires and then I push the button to open the report.
So when the report is open those are the records I want to go to the "Archive" table.
I know a bit of code and I think that is the way to go, but I don't really have a handle on recordsets. I know you can copy a forms recordset, but what about a reports or am I off track on how it works?

Thank you very much!
 
I'll check it out.

Thank you very much!
 

Users who are viewing this thread

Back
Top Bottom