Why is my Database so big?

G

Guest

I have just finished creating a database to hold records that exist in an
old dos database system. I created this database by exporting the records
from my old database to a DBF file then importing them into Access thereby
effectively having the same record layout.
I then created 7 custom reports, an add record form, a change record
form, and the Switchboard form function to create menus.
I then deleted all records, ran the compact database utility, created my
security settings for the users, then exited.
This database (with no records) is 331 megs in size! This seems huge
considering that there are no records yet.
Is this normal or is there some way I can reduce this size? As I
mentioned, I have already ran the compact utility and I have ran the backup
utility and there is no change in size.
Thanks so much in advance for any and all suggestions! Jim K.
 
S

Scott McDaniel

I have just finished creating a database to hold records that exist in an
old dos database system. I created this database by exporting the records
from my old database to a DBF file then importing them into Access thereby
effectively having the same record layout.
I then created 7 custom reports, an add record form, a change record
form, and the Switchboard form function to create menus.
I then deleted all records, ran the compact database utility, created my
security settings for the users, then exited.
This database (with no records) is 331 megs in size! This seems huge
considering that there are no records yet.
Is this normal or is there some way I can reduce this size? As I
mentioned, I have already ran the compact utility and I have ran the backup
utility and there is no change in size.
Thanks so much in advance for any and all suggestions! Jim K.

331 megs is pretty big, but you did say that you imported records from the old DOS database file, so I'd assume that you
DO have some data in there ... perhaps there's just more data than you realize?

Are you using images in your forms/reports? Are you storing images in a table? These can lead to bloat ...





Scott McDaniel
scott@takemeout_infotrakker.com
www.infotrakker.com
 
G

Guest

Scott,
Although I imported the records from my old DOS database, I deleted
those records after getting the Access database done.
There are 2 graphics in all of my reports. These may be the culprits.
With 7 reports, that would be 14 graphics because I imported them (if my
deductions are correct). Would I save room if I just hyperlinked those
graphics (is this possible?)?
Jim K.
 
N

Norman Yuan

Do not put forms/reports, and possible codes with data in the same *.mdb
file, split it into two: data back end and all other (forms/reports...) in
front end. This way, besides other benefits (being talked almost daily
here), you also tell what causes the bloating size. If it is the back end,
you need to do the compacting, if it is the front end, you know you have
added a lot/big images.
 
T

Tony Toews [MVP]

Jim K. - SGB said:
There are 2 graphics in all of my reports. These may be the culprits.
With 7 reports, that would be 14 graphics because I imported them (if my
deductions are correct). Would I save room if I just hyperlinked those
graphics (is this possible?)?

You'd be best creating two subreports, one for each of the graphics.
Then insert them into the various reports as subreports.

You could also load them when required but that would require VBA
code.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 

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

Similar Threads


Top