G galsaba Jun 1, 2005 #1 I want my report to be at html format and not mdb format. How this is possible? galsaba
G Guest Jun 1, 2005 #2 Use this code DoCmd.OutputTo acOutputReport, "ReportName", acFormatHTML, "c:\ReportName.html"