On Aug 12, 3:15*pm, John W. Vinson
<jvinson@STOP_SPAM.WysardOfInfo.com> wrote:
> On Tue, 12 Aug 2008 11:04:04 -0700, AccessARS
> I'd concur with dch3's suggestion of using server Views (perhaps in
> conjunction with Access Queries).
>
> If local temp tables are unavoidable, I'd suggest using the CreateDatabase()
> method to create a new .mdb backend file, create the temp tables in it (linked
> to your frontend database using TransferDatabase), and Kill'ing the
> "scratchpad" backend .mdb file when you're done with it.
> --
>
> * * * * * * *John W. Vinson [MVP]- Hide quoted text -
>
> - Show quoted text -
See Tony's website for example of creating a temp database.
http://www.granite.ab.ca/access/temptables.htm
Rick