K
ken
i have a query where i pass via a function a parameter. works fine. for
example query is "select * where x=Function()" This works fine when the
result of Function() is numeric. Function is a vba function which return the
appropriate number. i would like to Function to return In (x,y,z). so instead
of passing a number i want to pass the In statement. how do i do this.
currently i receive a variable mismatch. i think i need to basically have
some type of inline function which converts the In text statement to the
comand?
thks
ken
example query is "select * where x=Function()" This works fine when the
result of Function() is numeric. Function is a vba function which return the
appropriate number. i would like to Function to return In (x,y,z). so instead
of passing a number i want to pass the In statement. how do i do this.
currently i receive a variable mismatch. i think i need to basically have
some type of inline function which converts the In text statement to the
comand?
thks
ken