T
TADropik
I am importing data from a linked table in to an Access table.
I am using queries to do this.
the Linked Table is named Source_Table
the Access Table is named Target_Table
First I run my Delete Query: (DELETE * FROM Target_Table)
Then I run my Update Query: (INSERT INTO Target_Table (field) SELECT
Source_Table field FROM Source_Table)
What is happening is the overall size of the MDB gets bigger and bigger each
time I run these queries. I have this application run automatically and after
a period of time the MDB is huge.
Is there a better method of doing this?
I am using queries to do this.
the Linked Table is named Source_Table
the Access Table is named Target_Table
First I run my Delete Query: (DELETE * FROM Target_Table)
Then I run my Update Query: (INSERT INTO Target_Table (field) SELECT
Source_Table field FROM Source_Table)
What is happening is the overall size of the MDB gets bigger and bigger each
time I run these queries. I have this application run automatically and after
a period of time the MDB is huge.
Is there a better method of doing this?