Adding Pictures to Forms

L

Lou

Hello Everyone.

Access 2002

I am creating a recipe database and within each recipe I
would like to add a picture of that dish for each record.

How would I do this..?

Thank you.
Lou
 
R

Roger Carlson

The usual solution is not to store the pictures in the database at all.
Just leave them in a directory and store only the path to the picture(s) in
the database. Then you can load them at run time into your forms and
reports.

On my website (see sig below) called "Picture.mdb" which illustrates how to
do this.
 
Top