Access VisualBasic Script

Sub OutputToASP()
    DoCmd.OutputTo acOutputTable, "tblComplaints", acFormatASP, "c:\t.asp"
End Sub