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.
 

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