Hi!
My view has among others an "property ID" (integer).
In a listbox I do make a selection of several property-id's
I retrieve e.g "12","25","30.
As it is a listbox these are all characters
of course the comma can be a digit as needed
Q:
What is syntax of this pseudo code:
Select * from myView where myView.nProperty = one of "12","25","30"
I know this can be done with subquery, but how?
TIA
-Bart
My view has among others an "property ID" (integer).
In a listbox I do make a selection of several property-id's
I retrieve e.g "12","25","30.
As it is a listbox these are all characters
of course the comma can be a digit as needed
Q:
What is syntax of this pseudo code:
Select * from myView where myView.nProperty = one of "12","25","30"
I know this can be done with subquery, but how?
TIA
-Bart