G
Guest
I am attempting to display a products picture along with its description in
my product form. I have created the following code in my query to provide
the DB with a file path for the picture and I have named the .jpg files
identically to the product ID's.
ProductPicture: "C:\Documents and Settings\Mike
Konopinski\Desktop\"+[ProductID]+".jpg"
Upon running the query the file path is perfect but the picture doesn't
display, I receive an OLE Object error when I click on the picture panel.
Thanks,
Mike Konopinski
my product form. I have created the following code in my query to provide
the DB with a file path for the picture and I have named the .jpg files
identically to the product ID's.
ProductPicture: "C:\Documents and Settings\Mike
Konopinski\Desktop\"+[ProductID]+".jpg"
Upon running the query the file path is perfect but the picture doesn't
display, I receive an OLE Object error when I click on the picture panel.
Thanks,
Mike Konopinski