Displaying a jpeg in a bound field

E

Erick

I have a SQL Server 2000 database table that contains an image column.
The image column stores images, either in GIF or JPEG format. I want
to use MS Access XP for data entry and to show and edit the image in a
bound field. I've set up the linked table (image as OLE Object), and
that works fine, but I can't figure out a way to display the image.
What is the best way to do this? I understand I'll need some custom
code to update the image, but let's start with display.

One thought was to use a bound object frame, but I'm not sure what I
should set the class to in order to display the image. Mime types
don't seem to work. What class should I use?

Thanks,
Erick
 
Top