Table Name: Fixtures
Field: Report (data type is Hyperlink)
I have the following code which puts the hyperlink (text?)into the field.
rstFixtures!Report ="#I create a report from the table, and output that to a HTML page, and the link works fine when clicked.
The text that appears in the table field, on the report, and the web page, is the URL.
If I manually edit the field in the table (right click, hyperlink, edit hyperlink) I can set the 'Text to display' property to 'Match Report', then that displays in the report and on the web page.
My question is: Is there any way of setting the text to display property of the (table) field in VBA?
Hope I have provided sufficient info.
Thanks in anticipation.
Field: Report (data type is Hyperlink)
I have the following code which puts the hyperlink (text?)into the field.
rstFixtures!Report ="#I create a report from the table, and output that to a HTML page, and the link works fine when clicked.
The text that appears in the table field, on the report, and the web page, is the URL.
If I manually edit the field in the table (right click, hyperlink, edit hyperlink) I can set the 'Text to display' property to 'Match Report', then that displays in the report and on the web page.
My question is: Is there any way of setting the text to display property of the (table) field in VBA?
Hope I have provided sufficient info.
Thanks in anticipation.