Home All Groups Group Topic Archive Search About
Author
27 Jan 2006 12:47 PM
Jeppe Jespersen
Checkout a little 3-minuter video i made, illustrating my problem.
http://www.netkoder.dk/cl/
Any ideas?

Jeppe

Author
21 Feb 2006 3:58 PM
info
Hi,

I think this is perfectly correct;
I mean by that the where clause of your query wait a single value and this
is always the first value in order (Blue, Green, etc...).

If you want a multi value, you need to modify the query with a where color
in ParameterColor.

exemple:
SELECT * FROM PianoTuners
WHERE State='TN' AND City IN ( 'Knoxville', 'Nashville', 'Memphis' );

my 2ct

-Vince

Show quoteHide quote
"Jeppe Jespersen" <jdj curly jdj dot dk> wrote in message
news:Op$eT$zIGHA.1424@TK2MSFTNGP12.phx.gbl...
> Checkout a little 3-minuter video i made, illustrating my problem.
> http://www.netkoder.dk/cl/
> Any ideas?
>
> Jeppe
>
>