B
Basil
Hiya,
I import data to a new file. I then run an append query to
fiddle with the data and shove it into an existing table.
Before I do the append query I delete the table's
contents. There are over 30,000 records and a lot of
indexes.
Anyway, on my delete query it takes ages and ages and
keeps giving me an error: Cannot delete a record because
of file sharing blah blah blah - there is nothing using
this table though!!
I have also just fiddled a bit whilst writing this and
realised that in the process the database has gone up from
15MB to 199MB and won't let me back in. Damn.
I have got months of work in this bad boy (back up is a
few weeks old). Please help:
1. Why did it come up with an error when trying to delete
the table's contents?
2. Why did it huge up in size, and how can I stop this
from happenning?
3. Why won't it let me back in coz of a "sharing
violation" or something when nobody else has it open?
Sorry to trouble your xmas with this. Thanks for any help.
Basil
PS. It just let me back in weirdly and I managed to
compact it. But I cannot afford for this to happen when
it goes live - a hospital will depend on it.
I import data to a new file. I then run an append query to
fiddle with the data and shove it into an existing table.
Before I do the append query I delete the table's
contents. There are over 30,000 records and a lot of
indexes.
Anyway, on my delete query it takes ages and ages and
keeps giving me an error: Cannot delete a record because
of file sharing blah blah blah - there is nothing using
this table though!!
I have also just fiddled a bit whilst writing this and
realised that in the process the database has gone up from
15MB to 199MB and won't let me back in. Damn.
I have got months of work in this bad boy (back up is a
few weeks old). Please help:
1. Why did it come up with an error when trying to delete
the table's contents?
2. Why did it huge up in size, and how can I stop this
from happenning?
3. Why won't it let me back in coz of a "sharing
violation" or something when nobody else has it open?
Sorry to trouble your xmas with this. Thanks for any help.
Basil
PS. It just let me back in weirdly and I managed to
compact it. But I cannot afford for this to happen when
it goes live - a hospital will depend on it.