G
gator
I use the following formula in Excel and it works...I now want to do this in
a query. Can I add it as an expression in the design grid in a seperate
column and how does the syntax change? I will also want to use TRUE/FALSE
for the result.
=IF(ISNUMBER(FIND("TRANSF",H2)),"*", "")
a query. Can I add it as an expression in the design grid in a seperate
column and how does the syntax change? I will also want to use TRUE/FALSE
for the result.
=IF(ISNUMBER(FIND("TRANSF",H2)),"*", "")