I have an existing Access database where one table contains a field with a data type defined as Hyperlink.
I have now moved that database to SQL Server (using the stndard conversion facility) which has now given that field the data type of Ntext.
When I view that data, the field contents are shown as standard URL links.
However when I save that table as a Data Access Page, the field is shown as text enclosed with hash characters.
Can I do anything to the Element Property of that field to ensure that the value is shown as an 'active' URL link ?
[Note - further research has revealed that the difficulty also occurs in Access itself, i.e. the hyperlink value is 'corrupted' if I create a data page directly from the table and include that field as part of the layout]
I have now moved that database to SQL Server (using the stndard conversion facility) which has now given that field the data type of Ntext.
When I view that data, the field contents are shown as standard URL links.
However when I save that table as a Data Access Page, the field is shown as text enclosed with hash characters.
Can I do anything to the Element Property of that field to ensure that the value is shown as an 'active' URL link ?
[Note - further research has revealed that the difficulty also occurs in Access itself, i.e. the hyperlink value is 'corrupted' if I create a data page directly from the table and include that field as part of the layout]