LM said:
Yes, there are several other databases in the same directory and the
LDB does not appear until after I open the DB I am working
with.......to be fair I have just recently taught myself enoug about
access to use it for my quarterly audits. The following are the only
things that I ever do.
I create a single database for each gaming system and then one for
the huge employee listing file
In each of these DB I will create querys which become tables
Why make them tables? Don't store redundant information.
then I I
end up copying data from those tables into Excel reports and hadning
them off to whoever.
Each quarter I move all the db to another directory and start over. I
recently went to the SANS FIRE in DC and we downloaded all kinds of
audit tools but I still have a ton of space left on my laptop (28
gigs free).
Access can function well at almost 2 gig. Why do you start over so
often? Is you database that large?
It was not until I got back from DC that I had any issues. There was
a person who made a few adjustments to my laptop to speed up my
Internet connection as well.
Are you accessing the data via the internet? I believe you accessing it
via a LAN? Access does require a very good LAN connection. Even if the LAN
is good if your laptop is not really set up properly for it, Access will be
one of the things you would notice first as a problem.
Have you split the database yet? You should have the data stored on the
LAN in one MDB called the back end and you should have a second MDB file on
your laptop called a Front end (front and back are not the names of the
files, but just descriptions of the functions of the files) You want the
shared data on the back end and everything else (additional tables, forms,
reports and queries, on the front end located on your laptop.