Mega Code Archive

 
Categories / VisualBasic Script / Access
 

Export table to html file

Sub OutputToHTML()     DoCmd.OutputTo acOutputTable, "tblComplaints", acFormatHTML, "c:\s.html", True End Sub