Export table as htx file
Public Sub ExportTable() DoCmd.OutputTo acOutputTable, "tblCustomer", acFormatIIS, _ "C:\BegVBA\Customer.htx" End Sub