is there a way (or a source of information someone knows about) to place hyperlinks into an sql database, in such a way that by selecting that particular row and field, the hyperlink will execute?
For example, if i havea table (we'll call it BOB with three fields, Name, Color, and File, where Name is the person's name, color is their color, and file is a hyperlink to the location of their file, is there a way to select (file) from BOB where name = (name) AND color= (color)
and have it execute the hyperlink, and therefore download the file?
Thanks for your help!
For example, if i havea table (we'll call it BOB with three fields, Name, Color, and File, where Name is the person's name, color is their color, and file is a hyperlink to the location of their file, is there a way to select (file) from BOB where name = (name) AND color= (color)
and have it execute the hyperlink, and therefore download the file?
Thanks for your help!