I am using the code below to output html from a report, it works fine but when I close my applicaion and exit from Access it appears that a version of access is still running. It appears on the start bar but cannot be closed only by using the end task from AltCtrlDel.
Any suggestions.
DoCmd.OpenReport "AA",acpreview,"select crit"
DoCmd.OutputTo acreport, "AA", acFormatHTML, c:\mydir
DoCmd.Close acReport, "AA"
Thankyou
Any suggestions.
DoCmd.OpenReport "AA",acpreview,"select crit"
DoCmd.OutputTo acreport, "AA", acFormatHTML, c:\mydir
DoCmd.Close acReport, "AA"
Thankyou