Mar 20, 2006 #1 Cloonalt Programmer Jan 4, 2003 354 US I had a function to test in a query if a value is a string and can't find it now. Any help appreciated. Thanks.
I had a function to test in a query if a value is a string and can't find it now. Any help appreciated. Thanks.
Mar 20, 2006 1 #2 PHV MIS Nov 8, 2002 53,708 FR You wanted this ? SELECT ... FROM ... WHERE yourTextField = [!]'[/!]value[!]'[/!] Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
You wanted this ? SELECT ... FROM ... WHERE yourTextField = [!]'[/!]value[!]'[/!] Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
Mar 20, 2006 Thread starter #3 Cloonalt Programmer Jan 4, 2003 354 US In the query grid NewValue: IIf(is str([Old Value],true,false) except that "is str" is not correct. Thanks. Upvote 0 Downvote
In the query grid NewValue: IIf(is str([Old Value],true,false) except that "is str" is not correct. Thanks.
Mar 20, 2006 #4 PHV MIS Nov 8, 2002 53,708 FR I know the IsNumeric function but no IsStr ... Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
I know the IsNumeric function but no IsStr ... Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
Mar 20, 2006 Thread starter #5 Cloonalt Programmer Jan 4, 2003 354 US That works too. Thanks! Upvote 0 Downvote