This has me stumped.
In my app I have 2 reports that I want to pass parameters to when they open. The reports are very similar. In both cases, I’m using DoCmd.OpenReport “rptMoStatement”, acViewPreview, , , acWindowNormal, strWHERE. In one case, the report’s open event reads the opening argument string. In the other, it says openargs is null.
Any clue why?