Hi Chris,
Please just ignore Aaron, I am.
I did, by habit, create a backup. I also ran a compact when I started
noticing things. I just started this position last week. The database I
am
working on has already been created ... tables, queries, forms, reports,
etc.
Perhaps there is some poor design ... (I am not perfect... but this one
isn't my work) ... I will be going over everthing. I just need to
understand
what causes these kinds of things to happen and what the solutions are.
Although upgrading to SQL has been part of their disucssion, I haven't
been
here long enough to understand their data and their needs.
If the db is at 1 1/2 gig, when you run queries that have nested queries -
possibly 4-5 levels - could that be causing the database to grow too big
temporaily. Would creating Make Tables (temp tables) and deleting them
when
finished using them, help keep things under control?
A person's time is valuable, it should be used wisely and not wasted ... I
appreciate your giving me some of yours.
Thanks!
Chris O'C via AccessMonster.com said:
Back up the db first and compact it. What size is it now?
You can't delete an ldb file once the db is closed if you don't have
delete
permission on the folder or if the file is locked. Fix it.
You can't reopen the db when the ldb file is there without opening Access
first because the folder is on the network and that drive or folder isn't
trusted by your pc. Fix that too.
Fix these things and your subtle signs of corruption might go away. Make
backups anyway.
Chris
Microsoft MVP
gmbrant wrote:
Thanks - Chris ...
I have just started a new position and am already encountering the
following...
I have an .mdb that is acting up, but only shows about 1 1/2 gig. At
times
the tables just disappear and when you close and re-open, there they are
again.
Or I am unable to re-open the database after having just worked in it
and
closing it.
I am able to re-open it only ... if I open Access first and then click
on
open and browse for the .mdb file. However, clicking straight on the
.mdb
file will not open it. The .ldb file won't go away after the .mdb has
been
closed and I can't delete it either. I have been researching and have
found
that maybe it is being caused by permissions to the folder on the
network
server.
My concern is that the .mdb will (or is becoming) become corrupted.
I will check on a few of the other suggestions tomorrow when I get back
into
the office and let you know if any of them were the right area to look
in.
Again, thank you for your response.
Access doesn't begin to act up at 2 GB. It's full at 2 GB.
[quoted text clipped - 13 lines]
If all of your tables are linked to excel files, is the data in the
linked
excel files eating up part of that 2 gig as if they were tables
within Access?