G
Guest
I have an Access 2003 MDB (in Access 2000 format), which I'll reduce for the
purpose of this discussion to one table and one form:
- The table contains one text field, each row representing the path to a
different JPG image on my hard drive.
- The form contains a textbox that displays the path, and a bound image
control that displays the actual image; the .Picture property of the image
control is set in code to the value of the textbox.
My objective is to keep my local MDB (not to create or publish HTML pages),
but to have it display images from a web site instead of from my hard drive.
Unfortunately, merely replacing the local paths in the text field with the
corresponding URLs doesn't do the trick.
Please tell this old Access guy how to become Web-aware. TIA!
purpose of this discussion to one table and one form:
- The table contains one text field, each row representing the path to a
different JPG image on my hard drive.
- The form contains a textbox that displays the path, and a bound image
control that displays the actual image; the .Picture property of the image
control is set in code to the value of the textbox.
My objective is to keep my local MDB (not to create or publish HTML pages),
but to have it display images from a web site instead of from my hard drive.
Unfortunately, merely replacing the local paths in the text field with the
corresponding URLs doesn't do the trick.
Please tell this old Access guy how to become Web-aware. TIA!