Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old June 27th, 2008, 08:22 PM
zufie
Guest
 
Posts: n/a
Default Microsoft Visual Basic Run-Time Error '2471': Unknown

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 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
  #2  
Old June 27th, 2008, 08:22 PM
Rich P
Guest
 
Posts: n/a
Default Re: Microsoft Visual Basic Run-Time Error '2471': Unknown

Try running the query by itself and see what happens. If the query runs
without any problems then create a new report based on this query and
add the field list to the report and run this new report - don't use
parameters for starting. If this new report runs without problems, then
if you are using parameters - add the parameters to your query and see
how that works. If the new report has problems now - then the problem
would be with the parameters - if you are using parameters.

Rich

*** Sent via Developersdex http://www.developersdex.com ***
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles