G
Guest
I have a query that is more than 2 gigabytes. So I get an error. I cannot
reduce the size of the query. Once I get the append query dumped into an
access table, I loop through it in code and delete unwanted records. And then
I do another query and dump into the same table and loop through records in
code to delete the unwanted. But I am told that Access does not release the
space in my deleted records so access acts like I never deleted anything as
far as the table size is concerned. Is there some way I can do this in code
so after i loopo through unwanted records and delete them and before my next
query, access releases the space it hold for the previously deleted records.
something like "compact and repair" in code at runtime or maybe refreshing
of a table??
reduce the size of the query. Once I get the append query dumped into an
access table, I loop through it in code and delete unwanted records. And then
I do another query and dump into the same table and loop through records in
code to delete the unwanted. But I am told that Access does not release the
space in my deleted records so access acts like I never deleted anything as
far as the table size is concerned. Is there some way I can do this in code
so after i loopo through unwanted records and delete them and before my next
query, access releases the space it hold for the previously deleted records.
something like "compact and repair" in code at runtime or maybe refreshing
of a table??