D
DP
This will likely strike you all as crazy, but I might as well ask.
Is there any way to pass a string variable from within Access to open a
webpage with an embedded applet?
The string from Access is simple enough - it would equate to a URL with an
image, say:
http://www.unc.edu/svag/7317/7/7-7/7-1.tif
I need to get this string value into an applet parameter on webpage:
<param name="filename" value = "http://www.unc.edu/svag/7317/7/7-7/7-1.tif">
Is this at all possible?
Thank you, David Pike
Is there any way to pass a string variable from within Access to open a
webpage with an embedded applet?
The string from Access is simple enough - it would equate to a URL with an
image, say:
http://www.unc.edu/svag/7317/7/7-7/7-1.tif
I need to get this string value into an applet parameter on webpage:
<param name="filename" value = "http://www.unc.edu/svag/7317/7/7-7/7-1.tif">
Is this at all possible?
Thank you, David Pike