Dump recordset data into a table

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

Guest

I have a recordset full of data that I need to dump into a table in order to
be able to query and report on. Any suggestions how to do this? I have the
create table part down, I just need to know how to write the data into the
table.

thanks1
 
Recordset usually means a table or query used by a form, a report, or in a
module. I don't think that is what you are describing. What is the nature
of this recordset?
 
Back
Top