dharkangel
MIS
Hi,
I have a linked table that contains a 'Hyperlink' column. Unfortunately for me, I cannot change the format of this column to another and I have to use it as my unique identifier. So far I cannot figure out how to compare it properly to a text value since as a hyperlink, it is not.
For example, with my query here:
+++++++++++++++++++++++++++++++++
SELECT [PDP Deliverable]
FROM test_sp WHERE [PDP Deliverable] = 'test8.doc';
+++++++++++++++++++++++++++++++++
I don't get a match, even though when I open my database and view this column, I have a value that is 'test8.doc' but it is a hyperlink. Can I use SQL somehow to capture this needed value in the hyperlink column?
I have a linked table that contains a 'Hyperlink' column. Unfortunately for me, I cannot change the format of this column to another and I have to use it as my unique identifier. So far I cannot figure out how to compare it properly to a text value since as a hyperlink, it is not.
For example, with my query here:
+++++++++++++++++++++++++++++++++
SELECT [PDP Deliverable]
FROM test_sp WHERE [PDP Deliverable] = 'test8.doc';
+++++++++++++++++++++++++++++++++
I don't get a match, even though when I open my database and view this column, I have a value that is 'test8.doc' but it is a hyperlink. Can I use SQL somehow to capture this needed value in the hyperlink column?