Microsoft Visual Basic RunTime Error 2471

J

jem

I am trying to run an MS Access report, rptIBCCPQualityAssurance and
receive the Microsoft Visual Basic RunTime Error 2471.

I googled the Microsoft Visual Basic RunTime Error 2471 and discovered
that the error points to an "Item in Query".

Here is the code for the query, qry IBCCP ReferralsRpt, which
populates the report:

SELECT [qry IBCCP ReferralsRpt2Every10thNoQANoCallDate].*, [Copy of
Test].QualityAssuarnce, [Copy of Test].CallDate
FROM [qry IBCCP ReferralsRpt2Every10thNoQANoCallDate] INNER JOIN [Copy
of Test] ON [qry IBCCP ReferralsRpt2Every10thNoQANoCallDate].[Caller
ID] = [Copy of Test].[Caller ID]
WITH OWNERACCESS OPTION;

Any ideas?

I just had an idea and will try it.

Thanks and Happy Friday,

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top