Find function.

N

naz

Hi All,

In Excel you can use the Find function to return the
position of a character in a cell. Does anyone know how
to do this with fields in Access?



Cheers

Naz
 
R

Rick Brandt

naz said:
Hi All,

In Excel you can use the Find function to return the
position of a character in a cell. Does anyone know how
to do this with fields in Access?

Check help file for InStr() Function.
 
Top