I use the following line to export a query to html.
How can i add the following refresh function to the html code when it is created, when the query is exported.
please assist
Code:
DoCmd.OutputTo acOutputQuery, "Live_ Race_ Results", "HTML(*.html)", "c:\RTweb\WebResults.html", False, "", 0, acExportQualityScreen
Code:
<meta http-equiv="refresh" content="5" >
Comment