OK, here's my dilemma:
I'm dynamically creating criteria depending on what day of the week it is. I use a function that I made to determine the criteria. I want the function to return "In(3,4,5)" to the query's criteria (but without the quotes). I just want In(3,4,5), meaning it will look for either 3's, 4's, or 5's. But it's looking for the string "In(3,4,5)" in a numeric field...and returning no results.
Is there anyway to return the value with out the quotes?
Thanks,
Tim
I'm dynamically creating criteria depending on what day of the week it is. I use a function that I made to determine the criteria. I want the function to return "In(3,4,5)" to the query's criteria (but without the quotes). I just want In(3,4,5), meaning it will look for either 3's, 4's, or 5's. But it's looking for the string "In(3,4,5)" in a numeric field...and returning no results.
Is there anyway to return the value with out the quotes?
Thanks,
Tim