S
solex
Hello,
I have created a query which gets it criteria from a function. The function
returns the selection of a combo box in a tool bar. The user can select a
single year from the combo box or choose the item "<ALL>" which represents
all years.
The problem I am having is that the IN clause will not except a string list
of years, although it will except an integer representing a single year. Is
there a way to return a list of integers to the query (I have tried an array
but this does not work.)
Thanks,
Dan
I have created a query which gets it criteria from a function. The function
returns the selection of a combo box in a tool bar. The user can select a
single year from the combo box or choose the item "<ALL>" which represents
all years.
The problem I am having is that the IN clause will not except a string list
of years, although it will except an integer representing a single year. Is
there a way to return a list of integers to the query (I have tried an array
but this does not work.)
Thanks,
Dan