S
sljack63
I've searched and searched but cannot find an answer for this question:
I want to associate an image file for each records in my db. On the
form displaying the records, I want to add a button that when clicked,
will open up the image using the program associated with it. Currently
the images are stored as jpegs and Microsoft Office Picture Manager is
the program associated with these files. Please note, that I do NOT
want to store the images within the database as it is my understanding
that this will cause the db to bloat, nor do I want to display the
image on the form.
I tried inserting a hyperlink field into the table the form is based
on, but when I click on the hyperlink in the form, access tells me it
cannot open the file (fyi, Firefox is my default browser, but I tried
opening the image using Firefox directly and it works!?!).
I've also tried inserting a OLE object field in the table, but this
didn't work. I could insert an object(image) into the first record,
but when I attempted to insert the next object(image) into the next
record, the db cannot find any images/files in the folder I have them
stored. Method: Click Insert Object | Create from File | Browse
----> The popup window does not display my files?? Is this because
they are jpegs and not bmps?
Can someone please provide me with a step-by-step solution? Thanks in
advance.
I want to associate an image file for each records in my db. On the
form displaying the records, I want to add a button that when clicked,
will open up the image using the program associated with it. Currently
the images are stored as jpegs and Microsoft Office Picture Manager is
the program associated with these files. Please note, that I do NOT
want to store the images within the database as it is my understanding
that this will cause the db to bloat, nor do I want to display the
image on the form.
I tried inserting a hyperlink field into the table the form is based
on, but when I click on the hyperlink in the form, access tells me it
cannot open the file (fyi, Firefox is my default browser, but I tried
opening the image using Firefox directly and it works!?!).
I've also tried inserting a OLE object field in the table, but this
didn't work. I could insert an object(image) into the first record,
but when I attempted to insert the next object(image) into the next
record, the db cannot find any images/files in the folder I have them
stored. Method: Click Insert Object | Create from File | Browse
----> The popup window does not display my files?? Is this because
they are jpegs and not bmps?
Can someone please provide me with a step-by-step solution? Thanks in
advance.