the oReport object does not contain a docmd object.
You would have to use the application's docmd to save the currently opened report.
This would save the current version of the report to the db, not the filesystem.VB Code:
oApp.DoCmd.Save acReport, "Report1a"





Reply With Quote