"Tony Toews [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> "Song Su" <(E-Mail Removed)> wrote:
>
>>How to create a temp table based on each record in the recordset?
>>
>>I want to use the temp table to do something else, then, need temp
>>tablefrom
>>next record from the recordset.
>
> This is quite unusual. Please explain in more detail what else you
> want to do with the temp table.
>
> Tony
> --
> Tony Toews, Microsoft Access MVP
> Tony's Main MS Access pages - http://www.granite.ab.ca/accsmstr.htm
> Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
> For a convenient utility to keep your users FEs and other files
> updated see http://www.autofeupdater.com/
> Granite Fleet Manager http://www.granitefleet.com/
I have instructor table and student table. I want to create student roster
in Excel file and email to each instructor. From instructor table, I want to
create temp table with 1 record. Use this temp table to link students table
to create roster. Loop this process for all the instructors. I hope it's
clear. Thanks.