Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to test if a value is a string 1

Status
Not open for further replies.

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.
 
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
 
In the query grid NewValue: IIf(is str([Old Value],true,false)

except that "is str" is not correct.

Thanks.
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top