Pictures in Access 2000 database fields

C

canyon

I'm new to Access. I want to store pictures as part of
each record (JPEG files). I would like to find the most
efficient and easy way to see the pictures when viewing
the form of a record.
OLE bound objects seem to be cumbersome and bog the
database down. I would like to put the path and file name
of the picture in the field, but also be able to view the
pictures of the records easily.
Any suggestions of good ways to do this?
 
M

Maria

Did you ever find a solution to storing different pics in different records without resorting to writing code?

----- canyon wrote: ----

I'm new to Access. I want to store pictures as part of
each record (JPEG files). I would like to find the most
efficient and easy way to see the pictures when viewing
the form of a record
OLE bound objects seem to be cumbersome and bog the
database down. I would like to put the path and file name
of the picture in the field, but also be able to view the
pictures of the records easily
Any suggestions of good ways to do this
 
Top