M
Matthew Ellis
Is it possible, and if so, how can I store pictures in a table? I am trying
to design a database in which the user can select a picture from their local
machine or network, import it into the table, and use the picture in forms
and reports. What is the best way to go about this. I have created a table
as follows:
tblPictures has the following feilds
-PictureID (Primary Key)
-Picture (OLE Object)
Thanks
to design a database in which the user can select a picture from their local
machine or network, import it into the table, and use the picture in forms
and reports. What is the best way to go about this. I have created a table
as follows:
tblPictures has the following feilds
-PictureID (Primary Key)
-Picture (OLE Object)
Thanks