"spartanmba" wrote
> Rather the table is permanent or temporary,
> and then run the report from this table. What
> do you think? Does Access support
> temporary tables?
Not in the sense that SQL Server does, but you can use a Make Table Query to
create a new table. The best way to do that, so you don't suffer database
bloat, is to create the temporary table inside a temporary database... when
you are done with it you can use the Kill statement to delete the temporary
database. There is an example at MVP Tony Toews' site,
http://www.granite.ab.ca/accsmstr.htm.
Larry Linson
Microsoft Access MVP