Share via

Microsoft Access: error 3270 when running report

Anonymous
2016-09-06T20:28:14+00:00

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.

Microsoft 365 and Office | Access | For home | Windows

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.

0 comments No comments

4 answers

Sort by: Most helpful
  1. Tom van Stiphout 40,211 Reputation points MVP Volunteer Moderator
    2016-09-06T20:42:54+00:00

    Do you really have double-quote in front of DoCmd? Take that out and try again.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Tom van Stiphout 40,211 Reputation points MVP Volunteer Moderator
    2016-09-07T14:13:43+00:00

    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.

    Was this answer helpful?

    0 comments No comments
  3. ScottGem 68,830 Reputation points Volunteer Moderator
    2016-09-07T08:28:41+00:00

    What is that third argument?

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2016-09-06T21:00:30+00:00

    No, sorry. I got "quotation" happy. But the error is actually without the quote in from of the line.

    Was this answer helpful?

    0 comments No comments