Storing bmp file in Access database

D

Dave

I have a *.bmp image file that I use as an icon on my switchboard form.

Currently I have the *.bmp file stored separately from the *.mdf file and
the switchboard form references the image by its path name.

Is it possible to store this *.bmp file in the *.mdb file? If so, how can I
do it?
 
M

medialint

Make the field datatype OLE Object

If you have a form with an image control, you can paste it right in.
 
Top