I have a string with the criteria in a select query (source of another) something like "
.Field1 <> 'X' and
.Field2 <> 'XX'".
I'm not able to make the query through code, 'cos It's a part of a second query, and that part of another... I try to make a function who pass the parameter to the query, but it's passed like a string(with the quotes) and is not evaluated. I try to use Eval function, but it says "Unknow".
Any ideas? Thanks
I'm not able to make the query through code, 'cos It's a part of a second query, and that part of another... I try to make a function who pass the parameter to the query, but it's passed like a string(with the quotes) and is not evaluated. I try to use Eval function, but it says "Unknow".
Any ideas? Thanks