Public Sub ExportTable() DoCmd.OutputTo acOutputTable, "Employees", acFormatASP, _ "C:\Customer.asp" End Sub