Hello people,
Sorry for the lenghty post, I wish to be clear to get a fine answer...
I have a database with all our company's products (more than 2000) and a wide variety of related data (quantities sold, purchase price, ...)
Each of our articles have a photo somewhere on a server. Since I didn't want to blow up my database, I use a function to refer to the photo instead of embedding them into my database.
Each time a form or report is loaded, the function determines the path to the photo (based on article number) so the photos quickly load in an image control. This works very well and I can recommend this to everyone who is currently embedding gigabytes of pictures in their database.
BUT, this seems limited to forms and reports. I wonder if I can do the same with a static HTML page, generated through Access.
HERE IS WHAT I REQUIRE:
My database is stored locally (C: drive). I would like to have on our server (not a webserver!) an HTML file with a drop down field, containing all reference numbers of our articles (populated form my database each time the page is opened in IE). As colleagues select an article from the dropdown and click OK another page should open, displaying related data AND A PHOTO of the article (possibly using the same function as explained above).
MY QUESTION IS SIMPLE:
Can this be achieved??
Thanks for any input.
Sorry for the lenghty post, I wish to be clear to get a fine answer...
I have a database with all our company's products (more than 2000) and a wide variety of related data (quantities sold, purchase price, ...)
Each of our articles have a photo somewhere on a server. Since I didn't want to blow up my database, I use a function to refer to the photo instead of embedding them into my database.
Each time a form or report is loaded, the function determines the path to the photo (based on article number) so the photos quickly load in an image control. This works very well and I can recommend this to everyone who is currently embedding gigabytes of pictures in their database.
BUT, this seems limited to forms and reports. I wonder if I can do the same with a static HTML page, generated through Access.
HERE IS WHAT I REQUIRE:
My database is stored locally (C: drive). I would like to have on our server (not a webserver!) an HTML file with a drop down field, containing all reference numbers of our articles (populated form my database each time the page is opened in IE). As colleagues select an article from the dropdown and click OK another page should open, displaying related data AND A PHOTO of the article (possibly using the same function as explained above).
MY QUESTION IS SIMPLE:
Can this be achieved??
Thanks for any input.