I have created a datasheet in Acc2k with various fields, one of which is formated as hyperlink data type. I have linked entries in this field to various html docs so that I can display pictures for that entry.
I am calling records from the mdb via an ADODB connection and Microsoft.Jet.OLEDB.4.0 into an 'asp' page to display various records.
I can display the records ok in the asp page except the field with hyperlink info on it. The info comes across ok but the hyperlink is not active. All I get is the text and link text e.g. View Picture#images\image1.html#
Does anyone know how I might keep the hyperlink info active when it is diplayed in my asp page?
I am calling records from the mdb via an ADODB connection and Microsoft.Jet.OLEDB.4.0 into an 'asp' page to display various records.
I can display the records ok in the asp page except the field with hyperlink info on it. The info comes across ok but the hyperlink is not active. All I get is the text and link text e.g. View Picture#images\image1.html#
Does anyone know how I might keep the hyperlink info active when it is diplayed in my asp page?