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?
> 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