Image in Access

S

SF

Hi,

I have a Contract database that are able to print contract for grantees.
This database is working OK except that its size increase from 5Mb to 20MB
after I add two logo at the top of the contract report. I know that Access
is not good with images so instead I wish to LINK these pictures to the
reports.

My question is:

1 - What control should I use (I found there are Image, Bound and Unbound
Object Frame)
2 - How Can I link these images to the above control?

I must address this issue before hand as there are more standard reports
(above 40) that will have Logos on the top of each report.


Regards
 
G

Guest

Hi SF,

In my systems, I create a single small JPG copy of a logo and create a
report that just has that logo in it. I then insert that report into every
other report created as a subreport to display the company logo.

This will dramatically reduce the space required, as you only need a single
copy of the image stored in your system. Of course, you could use the same
method for forms if required also.

Hope this helps.

Damian.
 
A

Arvin Meyer [MVP]

Linking won't help a lot. The next version of Access (A2007) will handle
images better. If you're good at coding, you can store BLOBs and avoid the
extra overhead of storing a bitmap. You can also just store the path to your
file and load it as needed. That is, by far, the most economical use of
space. A demo of that with evrything that you can import into your own
database is at my website:

http://www.datastrat.com/Download/Picture2K.zip
 
G

Guest

There ya go - learn something new (or someone points out something blatantly
obvious that you have just overlooked) every day!!

Thanks Tom...

D.
 
S

SF

Thank you all for valuable time to help solving problem in this group. I
appreciate it.

SF
 

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