A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

What determines a form's contribution to the overall size of the .mdbfile?



 
 
Thread Tools Display Modes
  #1  
Old January 30th, 2010, 08:49 AM posted to microsoft.public.access.forms
Chrisso
external usenet poster
 
Posts: 92
Default What determines a form's contribution to the overall size of the .mdbfile?

Hi All

I have a .mdb file that is much bigger in file size than I expect even
after running compact and repair. I have MS Access 2003 and the
this .mdb file is much bigger than similar MS Access projects I have
created.

After doing a few tests involving importing objects into a fresh/
blank .mdb it seems that my forms are mostly to blame.

What determines a form's contribution to the overall size of the .mdb
file? Does anyone know?

Is it the number of controls or subforms? The amount of formatting or
conditional formatting? Is it the amount of VB code in the form's
module.

Thanks for any ideas,
Chrisso
  #2  
Old January 30th, 2010, 12:30 PM posted to microsoft.public.access.forms
Bob Quintal
external usenet poster
 
Posts: 939
Default What determines a form's contribution to the overall size of the .mdb file?

Chrisso wrote in

:

Hi All

I have a .mdb file that is much bigger in file size than I expect
even after running compact and repair. I have MS Access 2003 and
the this .mdb file is much bigger than similar MS Access projects
I have created.

After doing a few tests involving importing objects into a fresh/
blank .mdb it seems that my forms are mostly to blame.

What determines a form's contribution to the overall size of the
.mdb file? Does anyone know?

Is it the number of controls or subforms? The amount of formatting
or conditional formatting? Is it the amount of VB code in the
form's module.

Thanks for any ideas,
Chrisso

All of the above, plus embedded images, references to external
hyperlinks, etc....

And it's all relative to the amount of data in the .mdb
If the database contains no data, the contribution from forms is 100 %
put 1.5Gig of data into that mdb, the contribution from the forms
becomes insignificant.

--
Bob Quintal

PA is y I've altered my email address.
  #3  
Old January 30th, 2010, 12:51 PM posted to microsoft.public.access.forms
Arvin Meyer [MVP][_2_]
external usenet poster
 
Posts: 2,310
Default What determines a form's contribution to the overall size of the .mdb file?

The largest influence on a form's size is images. Images on the form, on
controls on the form, including buttons, or anything with an embedded
external original source. The average form with a few controls, some code,
and no images, generally adds between 50K and 150K. A single image can
easily quadruple that.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


"Chrisso" wrote in message
...
Hi All

I have a .mdb file that is much bigger in file size than I expect even
after running compact and repair. I have MS Access 2003 and the
this .mdb file is much bigger than similar MS Access projects I have
created.

After doing a few tests involving importing objects into a fresh/
blank .mdb it seems that my forms are mostly to blame.

What determines a form's contribution to the overall size of the .mdb
file? Does anyone know?

Is it the number of controls or subforms? The amount of formatting or
conditional formatting? Is it the amount of VB code in the form's
module.

Thanks for any ideas,
Chrisso



  #4  
Old January 30th, 2010, 09:59 PM posted to microsoft.public.access.forms
John W. Vinson
external usenet poster
 
Posts: 18,261
Default What determines a form's contribution to the overall size of the .mdb file?

On Sat, 30 Jan 2010 00:49:07 -0800 (PST), Chrisso
wrote:

I have a .mdb file that is much bigger in file size than I expect even
after running compact and repair.


How big is "big"? Are you approaching the 2 GByte limit?
--

John W. Vinson [MVP]
  #5  
Old February 4th, 2010, 07:14 AM posted to microsoft.public.access.forms
Chrisso
external usenet poster
 
Posts: 92
Default What determines a form's contribution to the overall size of the.mdb file?

On 30 Jan, 12:51, "Arvin Meyer [MVP]" wrote:
The largest influence on a form's size is images. Images on the form, on
controls on the form, including buttons, or anything with an embedded
external original source. The average form with a few controls, some code,
and no images, generally adds between 50K and 150K. A single image can
easily quadruple that.
--
Arvin Meyer, MCP, MVPhttp://www.datastrat.comhttp://www.mvps.org/accesshttp://www.accessmvp.com

"Chrisso" wrote in message

...



Hi All


I have a .mdb file that is much bigger in file size than I expect even
after running compact and repair. I have MS Access 2003 and the
this .mdb file is much bigger than similar MS Access projects I have
created.


After doing a few tests involving importing objects into a fresh/
blank .mdb it seems that my forms are mostly to blame.


What determines a form's contribution to the overall size of the .mdb
file? Does anyone know?


Is it the number of controls or subforms? The amount of formatting or
conditional formatting? Is it the amount of VB code in the form's
module.


Thanks for any ideas,
Chrisso- Hide quoted text -


- Show quoted text -


Thanks. I think this is the answer to my question as I do have
embedded images.

Chrisso
  #6  
Old February 4th, 2010, 07:15 AM posted to microsoft.public.access.forms
Chrisso
external usenet poster
 
Posts: 92
Default What determines a form's contribution to the overall size of the.mdb file?

On 30 Jan, 21:59, John W. Vinson
wrote:
On Sat, 30 Jan 2010 00:49:07 -0800 (PST), Chrisso
wrote:

I have a .mdb file that is much bigger in file size than I expect even
after running compact and repair.


How big is "big"? Are you approaching the 2 GByte limit?
--

* * * * * * *John W. Vinson [MVP]


No I am not reaching the limit but this .mdb is much bigger in size to
comparable .mdb files I have created before. I believe the reason is
images on the form and for buttons that I have not used before.

Thanks,
Chrisso
  #7  
Old February 4th, 2010, 07:24 AM posted to microsoft.public.access.forms
John W. Vinson
external usenet poster
 
Posts: 18,261
Default What determines a form's contribution to the overall size of the .mdb file?

On Wed, 3 Feb 2010 23:15:27 -0800 (PST), Chrisso
wrote:

No I am not reaching the limit but this .mdb is much bigger in size to
comparable .mdb files I have created before. I believe the reason is
images on the form and for buttons that I have not used before.


Images do indeed take an inordinate amount of space.

Is this database "split" - a Backend with just the tables, and a Frontend with
all the queries, forms, reports and code? If it's a shared database it
certainly *should* be. This will ease your space concerns (since the tables
will be one place and the images another).

--

John W. Vinson [MVP]
  #8  
Old February 5th, 2010, 03:45 PM posted to microsoft.public.access.forms
Arvin Meyer [MVP][_2_]
external usenet poster
 
Posts: 2,310
Default What determines a form's contribution to the overall size of the .mdb file?


"Chrisso" wrote in message
...

Thanks. I think this is the answer to my question as I do have
embedded images.


As John mentioned, make sure the database is split. Even if you are a single
user and everything resides on your PC. That way the data is segregated and
protected from anything that goes wrong on the front-end. Make a copy of
your front-end (besides your regular back-up copies of everything) so that
you can replace it quickly if something goes wrong.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:18 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.