Hi,
My code and db design works fine, except for one problem....
I've used several temporary tables, which once a query has been run from get deleted using docmd.delete acTable, "templines".
Access seems to be storing this data soemwhere, even though it doesn't come up on the tables when they get opened. I can tell because the mdb file increases each time I run it,
Is there a better way to reset/delete/clear a table?
Thanks in advance,
Jez
My code and db design works fine, except for one problem....
I've used several temporary tables, which once a query has been run from get deleted using docmd.delete acTable, "templines".
Access seems to be storing this data soemwhere, even though it doesn't come up on the tables when they get opened. I can tell because the mdb file increases each time I run it,
Is there a better way to reset/delete/clear a table?
Thanks in advance,
Jez