PC Review


Reply
Thread Tools Rate Thread

unexpected parameter query

 
 
=?Utf-8?B?VGVk?=
Guest
Posts: n/a
 
      16th May 2006
i am using a2k.

when i run a query i call "WhichWhich" i am prompted for

"Query3.Id Table.Screening ID" value.

i don't understand that. can anyone help--does it have to do with the
query's default name which i renamed from 'Query3' to 'WhichWhich'.

the SQL version of the query is

SELECT [ID Table].[Last Name], [ID Table].[First Name], [ID
Table].[MR_Number], [ID Table].[Screening ID], [ID Table--ECC].[Screening
ID], [ID Table--Jacobi].[Screening ID]
FROM [ID Table--Jacobi] RIGHT JOIN ([ID Table] LEFT JOIN [ID Table--ECC] ON
[ID Table].[MR_Number]=[ID Table--ECC].[MR_Number]) ON [ID
Table--Jacobi].[MR_Number]=[ID Table].[MR_Number];

there are three tables, one called 'ID Table', and two more called 'ID
Table--ECC' and 'ID Table--Jacobi'. 'ID Table' is likely to be the exhaustive
one and i want to determine which entries in the other two are already found
in it and what their 'Screening ID' numbers would be. is this the right way
to attack it?

tia,

-ted





 
Reply With Quote
 
 
 
 
Wolfgang Kais
Guest
Posts: n/a
 
      16th May 2006
Hello Ted.

"Ted" wrote:
> when i run a query i call "WhichWhich" i am prompted for
> "Query3.Id Table.Screening ID" value.
> i don't understand that. can anyone help--does it have to do with the
> query's default name which i renamed from 'Query3' to 'WhichWhich'.
> the SQL version of the query is
> SELECT [ID Table].[Last Name], [ID Table].[First Name], [ID
> Table].[MR_Number], [ID Table].[Screening ID], [ID Table--ECC].[Screening
> ID], [ID Table--Jacobi].[Screening ID]
> FROM [ID Table--Jacobi] RIGHT JOIN ([ID Table] LEFT JOIN [ID Table--ECC]
> ON [ID Table].[MR_Number]=[ID Table--ECC].[MR_Number]) ON [ID
> Table--Jacobi].[MR_Number]=[ID Table].[MR_Number];


As you can see, the SQL of the query doesn't contain the word Query3.
Therefore, in the query's properties window, for example check the sort
property.

> there are three tables, one called 'ID Table', and two more called 'ID
> Table--ECC' and 'ID Table--Jacobi'. 'ID Table' is likely to be the
> exhaustive one and i want to determine which entries in the other two
> are already found in it and what their 'Screening ID' numbers would be.
> is this the right way to attack it?


I think so, yes.

--
Regards,
Wolfgang


 
Reply With Quote
 
 
 
 
=?Utf-8?B?VGVk?=
Guest
Posts: n/a
 
      17th May 2006
Hi Wolfgang,

I have to extend my thanks to you for this (insightful response). Really. As
you predicted, the parameter query was nestled in the 'sort order' property
field. I excised it from the field and all's well once more.

With best regards,

-Ted

"Wolfgang Kais" wrote:

> Hello Ted.
>
> "Ted" wrote:
> > when i run a query i call "WhichWhich" i am prompted for
> > "Query3.Id Table.Screening ID" value.
> > i don't understand that. can anyone help--does it have to do with the
> > query's default name which i renamed from 'Query3' to 'WhichWhich'.
> > the SQL version of the query is
> > SELECT [ID Table].[Last Name], [ID Table].[First Name], [ID
> > Table].[MR_Number], [ID Table].[Screening ID], [ID Table--ECC].[Screening
> > ID], [ID Table--Jacobi].[Screening ID]
> > FROM [ID Table--Jacobi] RIGHT JOIN ([ID Table] LEFT JOIN [ID Table--ECC]
> > ON [ID Table].[MR_Number]=[ID Table--ECC].[MR_Number]) ON [ID
> > Table--Jacobi].[MR_Number]=[ID Table].[MR_Number];

>
> As you can see, the SQL of the query doesn't contain the word Query3.
> Therefore, in the query's properties window, for example check the sort
> property.
>
> > there are three tables, one called 'ID Table', and two more called 'ID
> > Table--ECC' and 'ID Table--Jacobi'. 'ID Table' is likely to be the
> > exhaustive one and i want to determine which entries in the other two
> > are already found in it and what their 'Screening ID' numbers would be.
> > is this the right way to attack it?

>
> I think so, yes.
>
> --
> Regards,
> Wolfgang
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unexpected Error: Fax Can't be received because of an unexpected e cioangel Windows Vista Print / Fax / Scan 1 9th Jan 2009 08:24 PM
Unexpected Parameter Value =?Utf-8?B?SkI=?= Microsoft Access Forms 1 16th Aug 2005 02:53 AM
unexpected/unwanted parameter query =?Utf-8?B?VGVk?= Microsoft Access 4 25th Mar 2005 08:53 PM
error STOP:0x0000007B (parameter, parameter, parameter, parameter) robert35 Microsoft Access Getting Started 1 15th Dec 2004 04:28 PM
Unexpected interaction of ValueType, Reflection and ref parameter =?Utf-8?B?Um9iZXJ0IE1hdGhlc29u?= Microsoft Dot NET Framework 1 14th Dec 2004 05:19 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:48 AM.