Include picture in Access form

  • Thread starter Thread starter ANSWER
  • Start date Start date
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.
 
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.
 
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
 
Moi je veux avoir Outlook comment je fais Merci en Français svp
 

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

Back
Top