Find First Word in Field from Query

Pete666

Registered User.
Local time
Today, 09:51
Joined
Aug 29, 2006
Messages
28
Can anyone help me in creating a field from a query which will pull the first word only from a specific field.



Thanks.
 
Expr:Left([Yourfieldname];InStr([Yourfieldname];" ")-1)
 
Thanks for that... apart from it needing to be comma's instead of semi colons it works fine.
 

Users who are viewing this thread

Back
Top Bottom