I am trying to run a report, but I get the Microsoft Visual Basic Run-
Time Error '2471': Unknown
I googled the error and found that the Run-Time Error 2471 points to
an "Item in query".
Here is the code for my query for this report:
SELECT [qry IBCCP ReferralsRpt2Ev ery10thNoQANoCa llDate].*, [Copy of
Test].QualityAssuarn ce, [Copy of Test].CallDate
FROM [qry IBCCP ReferralsRpt2Ev ery10thNoQANoCa llDate] INNER JOIN [Copy
of Test] ON [qry IBCCP ReferralsRpt2Ev ery10thNoQANoCa llDate].[Caller
ID] = [Copy of Test].[Caller ID]
WITH OWNERACCESS OPTION;
Any ideas?
Many Thanks and Happy Friday :)
John
Time Error '2471': Unknown
I googled the error and found that the Run-Time Error 2471 points to
an "Item in query".
Here is the code for my query for this report:
SELECT [qry IBCCP ReferralsRpt2Ev ery10thNoQANoCa llDate].*, [Copy of
Test].QualityAssuarn ce, [Copy of Test].CallDate
FROM [qry IBCCP ReferralsRpt2Ev ery10thNoQANoCa llDate] INNER JOIN [Copy
of Test] ON [qry IBCCP ReferralsRpt2Ev ery10thNoQANoCa llDate].[Caller
ID] = [Copy of Test].[Caller ID]
WITH OWNERACCESS OPTION;
Any ideas?
Many Thanks and Happy Friday :)
John
Comment