>I have an Access 2002 mdb that increases in size about 6-12MB when I use a
>particular form that automates a data-entry operation. Highlights of this
[quoted text clipped - 14 lines]
>elegantly. Maybe there are some classic no-nos involved with the above
>operations. Has anyone dealt with problems like this?
Creating tables and deleting/adding records is a major cause
of bloat. This kind of operation should be avoided if at
all possible. Unfortunately, Import operations often do
benefit from th use of temp tables.
If you can not find a reasonable way to avoid them, then you
should place them in a temporary database. Here's a good
way to manage the ins and outs of all this:
http://www.granite.ab.ca/access/temptables.htm

Signature
Marsh
MVP [MS Access]
Ed Kopta - 03 Feb 2005 20:27 GMT
That link looks promising. Thanks for the help!
-Ed Kopta
>>I have an Access 2002 mdb that increases in size about 6-12MB when I use a
>>particular form that automates a data-entry operation. Highlights of this
[quoted text clipped - 28 lines]
> way to manage the ins and outs of all this:
> http://www.granite.ab.ca/access/temptables.htm
David C. Holley - 04 Feb 2005 05:20 GMT
You may also want to consider procedures. Do you have to import the data
hourly or will daily do?
>>I have an Access 2002 mdb that increases in size about 6-12MB when I use a
>>particular form that automates a data-entry operation. Highlights of this
[quoted text clipped - 26 lines]
> way to manage the ins and outs of all this:
> http://www.granite.ab.ca/access/temptables.htm