Best Practice

M

Max

Access 2007. I have built a database to track and report on employee
performance. It is 15MB in size. Now, they want to also compare and report on
different factories.
Should I have this done in the existing database or create a new one and
link in the required tables? I am concerned about database size and response
to the user.
Any info would be much appreciated. There is nothing in Help or the KB that
I could find on this topic.
Thanks in advance.
 
J

Jerry Whittle

A 15 mb MDB or ACCDB file is tiny. 150 mb is just starting to work up a
sweat. Access can handle up to 2 GB in one file.

As far as performance, proper data normalization and database design is much
more of a factor.
 
S

Steve

Have you done a compact and repaur on your database? If not, you may be in
for a surprise after you do that and recheck the file size.

Steve
(e-mail address removed)
 
A

Armen Stein

A 15 mb MDB or ACCDB file is tiny. 150 mb is just starting to work up a
sweat. Access can handle up to 2 GB in one file.

As far as performance, proper data normalization and database design is much
more of a factor.

And you didn't say where the other factories' data is. I hope it's
all local on your network. If it's on a WAN, you'll need to use some
other approaches.

Armen Stein
Microsoft Access MVP
www.JStreetTech.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top