Include picture in Access form

A

ANSWER

Hi,

I have Employee database in MS Access. Now I want to include picture of
employees near personal contacts.
1/ How can I do that
2/ Where am I going to save them.
 
P

Patrick Wolf

Hi,

you can do it with a Bound Object Frame which keeps the images in the database is easy to use and makes the pictures use a lot of space in the database. This is also the only easy way to use pictures in continous forms.

You could use an Image control and keep the path to the image in the database and in the form current event set the image.picture property of the image control to the image location.

Hope this helps
Patrick

--
Please reply to group, rather than mail ad patrickwolf - net
Hi,

I have Employee database in MS Access. Now I want to include picture of
employees near personal contacts.
1/ How can I do that
2/ Where am I going to save them.
 
T

Tanis

ANSWER said:
*Hi,

I have Employee database in MS Access. Now I want to include pictur
of
employees near personal contacts.
1/ How can I do that
2/ Where am I going to save them. *

Have a look at the Northwind DB. They have an example in thei
Employees table and form. As to the second part of your question, yo
should store the pictures in a seperate folder and reference tha
folder with a pathname. DO NOT under any circumstances store th
pictures within the DB. It will cause bloat and slow it dow
dramatically


-
Tani
 
Top