I have a report that has a field for hyperlinks. The report is fine but I want to convert to HTML using DoCmd.OutputTo. When I convert the report to HTML, the hyperlinks are displayed but have no HREF. The HTML in the report looks like:
<a HREF>./queryDetails/ESDailyAirWater_Q.html
Of course I want the HTML to look like:
<a HREF="./queryDetails/ESDailyAirWater_Q.html">ESDailyAirWater_Q.html</a>
Is there something I can do that will allow me to convert the report to html but maintain the links?
Any help or ideas would be appreciated.
Thanks,
Rewdee
<a HREF>./queryDetails/ESDailyAirWater_Q.html
Of course I want the HTML to look like:
<a HREF="./queryDetails/ESDailyAirWater_Q.html">ESDailyAirWater_Q.html</a>
Is there something I can do that will allow me to convert the report to html but maintain the links?
Any help or ideas would be appreciated.
Thanks,
Rewdee