Re: DB Front End is extremely large !
- From: "Allen Browne" <AllenBrowne@xxxxxxxxxxxxxx>
- Date: Mon, 6 Mar 2006 23:51:20 +0800
Try this sequence:
1. Create a new database.
2. Turn off the Name AutoCorrect check boxes under:
Tools | Options | General.
3. Import (File | Get External | Import) the tables, or link them (File |
Get External | Link) if the database is split.
4. Import the other objects (queries, forms, reports, macros, modules.)
5. Set minimal References under Tools | References (from the code window).
If you are not sure what references you need for your version of Access,
see:
http://allenbrowne.com/ser-38.html
6. Compile (Debug menu, from the code window).
7. Compact:
Tools | Database Utilities | Compact
The other thing that can make the front end large is any graphics you have
imported into your forms or reports, or stored in an OLE Object field in a
table.
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"SodaJim" <SodaJim@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:7681F501-02EE-485D-9186-D039A1F2E67F@xxxxxxxxxxxxxxxx
I'm new here and thought this would be the best place to begin fine tuning
my database skills.
I developed an Overtime DB that has worked well for over a year now. I'm
currently working on splitting the DB and have removed almost all the data
in
three tables. I'm leaving data so I can see the results. The problem I've
run
into is that the front end is 14 megs! I only have three tables(BE), four
forms, several querys, and two reports... This DB up until recently was
only
around 3 megs if my memory servers me...
What I have noticed is the Sys Table, MSysAccessObjects, has around 3435
records! I attempted to remove records to no avail.
What's the best avenue to get the FE back to a reasonble size before I
split
the "Live" DB and distibute the FE to the other computers...?
Thanks in advance for any suggestions!
Jim
.
- Prev by Date: Re: CreateField
- Next by Date: Re: multi-level hierarchical structure
- Previous by thread: Lookup Field
- Next by thread: Re: DB Front End is extremely large !
- Index(es):
Relevant Pages
|