A family of Microsoft relational database management systems designed for ease of use.
Do you really have double-quote in front of DoCmd? Take that out and try again.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hey,
I recently upgraded from Office 2010 to 2013, and when I attempt to run a report in Access (or query, I guess) I get a "runtime 3270 property not found" error.
When I press the debug button, the following line is highlighted.
DoCmd.OpenReport "rptContainer", acViewPreview, "qryTCMD_Report"
Anyhelp ... Thanks
Sidenote, I'm not at all a pro at this program.
Thanks.
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Do you really have double-quote in front of DoCmd? Take that out and try again.
Run qryTCMD_Report on its own. Any problems?
Temporarily leave that argument empty. Any problems?
It's somewhat unusual (but not wrong) to have a FilterName in DoCmd.OpenReport. More typically we would use the next WhereCondition argument.
What is that third argument?
No, sorry. I got "quotation" happy. But the error is actually without the quote in from of the line.