Digital Photographs in OLE Fields

T

Tony_VBACoder

No, you do not want to store the images within the
database, this has a very negative impact on the database
(Access gets bloated if you store a few images in a
table). Rather, you would store the path to the image in
a table, and then as you load each record in a form, you
would lookup the path to the image and display the image
in an "Image Control" on your form.

Check out the following article:

http://www.mvps.org/access/forms/frm0044.htm

-----Original Message-----
I am trying to enter digital photos into OLE fileds, and
I find that it takes an exceptionally long time to have
the entry accepted into the field. Is there a preferred
viewer that should be used to speed up the process? If
so, what is it and how does one activate it?
I had a horrendous time yesterday, because my PC used
DELL's Image Viewer and it totally locked up ACCESS. Has
anyone else experienced this problem?
 
G

Guest

Thanks for the information. your help is appreciated.
--
Tomk


Tony_VBACoder said:
No, you do not want to store the images within the
database, this has a very negative impact on the database
(Access gets bloated if you store a few images in a
table). Rather, you would store the path to the image in
a table, and then as you load each record in a form, you
would lookup the path to the image and display the image
in an "Image Control" on your form.

Check out the following article:

http://www.mvps.org/access/forms/frm0044.htm

-----Original Message-----
I am trying to enter digital photos into OLE fileds, and
I find that it takes an exceptionally long time to have
the entry accepted into the field. Is there a preferred
viewer that should be used to speed up the process? If
so, what is it and how does one activate it?
I had a horrendous time yesterday, because my PC used
DELL's Image Viewer and it totally locked up ACCESS. Has
anyone else experienced this problem?
 

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