temporary tables in DAO

  • Thread starter Thread starter Guest
  • Start date Start date
Not sure I understand what your code is supposed to be doing, nor what
situation you're describing.

However, if you're getting the results you want, presumably it works.
 
Tracy,

Are you aware that creating and deleting temp tables will bloat your
database quickly. You might want to consider a different solution.
 
Thanks. I'll check it out.

PC Datasheet said:
Tracy,

Are you aware that creating and deleting temp tables will bloat your
database quickly. You might want to consider a different solution.

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
(e-mail address removed)
www.pcdatasheet.com
 
Douglas, I'm sure I need to read more about all this but I did create a temp
database and the temp table is made in the temp database but the module is in
my real database and I have my table linked to the temp. That should avoid
any bloating, correct? Or did I do something incorrectly?
Thanks.

Tracy
 
There will be a little tiny bit of bloating caused by repeatedly creating
and deleting the linked table, but there's not really anything you can do
about that. It shouldn't be a problem.
 
Back
Top