Finding the position of a character in a field

RevJeff

Registered User.
Local time
Today, 13:24
Joined
Sep 18, 2002
Messages
129
I am trying to find the position of a "," in a data field.

I was trying the SEARCH function I found in Help "SEARCH(',',[emplname])", but I am getting "Undefined function 'SEARCH' in expression." when I run the query.

Any ideas?

Thanks,
Jeff
 
check out the Instr function.
 

Users who are viewing this thread

Back
Top Bottom