W
wooster
Hi,
I'm trying to reproduce the following (ignore the iserror stuff):
=IF(ISERROR(LEFT(G2,SEARCH(" ",G2,1))),G2,LEFT(G2,SEARCH(" ",G2,1)-1))
Basically I need to find the first occurence of a space, which will be
the end of a string of First Names, eg. Fleur Annabel and return just
the first name eg. Fleur.
I can't find an equivalent Search function in MS Access.
Many thanks
Wendy
I'm trying to reproduce the following (ignore the iserror stuff):
=IF(ISERROR(LEFT(G2,SEARCH(" ",G2,1))),G2,LEFT(G2,SEARCH(" ",G2,1)-1))
Basically I need to find the first occurence of a space, which will be
the end of a string of First Names, eg. Fleur Annabel and return just
the first name eg. Fleur.
I can't find an equivalent Search function in MS Access.
Many thanks
Wendy