I have a database that whenever I open reports to view it causes a runtime error. But it only does this on computers that have the runtime version of Access. If it has the full version of access, even opening the database in runtime mode, it works just fine. There are no errors generated.
DoCmd.OpenReport "rptContractorUnexcusedAbsences", acViewReport, , , acDialog
That's the command I'm using. Again, full version of access shows it on screen just fine.
DoCmd.OpenReport "rptContractorUnexcusedAbsences"
That causes the report to print perfectly on the runtime computers without issue. Can anyone advise me what's up?