Basically I am using an SQL DB and in one of the fields I have the location of a file that has the picture of the item in the SQL database
Now when the user browses through I want this picture to load up into a image object
I am using
Image1 = Loadpicture ("http:\\Webserver.com\Image" & rec!Imagename)
But I keep getting errors that it cannot find the file
what am I doing wrong?
Now when the user browses through I want this picture to load up into a image object
I am using
Image1 = Loadpicture ("http:\\Webserver.com\Image" & rec!Imagename)
But I keep getting errors that it cannot find the file
what am I doing wrong?