Microsoft Visual Basic Run-Time Error "2471": Unknown
am 18.04.2008 15:48:11 von jmarr02sI 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 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?
Many Thanks and Happy Friday :)
John