G
Guest
Help would be appreciated for the following...
In a report, I have a field named: CompanyName (in the DETAIL section of
the report)
I would like to be able to parse the first letter of each word.
Example: General Aviation Association Contractors would look like GAAC
Sometimes the string could be more or less than four words .
I created another field which I named: CompanyNameInitials
In the control source I wrote: =Left([CompanyName],1) which gives me the
initial of only the first word.
What can I write that would give me the first initial of all the words?
Any help would be appreciated.
Thank you in advance for any replies and assistance.
Rick
In a report, I have a field named: CompanyName (in the DETAIL section of
the report)
I would like to be able to parse the first letter of each word.
Example: General Aviation Association Contractors would look like GAAC
Sometimes the string could be more or less than four words .
I created another field which I named: CompanyNameInitials
In the control source I wrote: =Left([CompanyName],1) which gives me the
initial of only the first word.
What can I write that would give me the first initial of all the words?
Any help would be appreciated.
Thank you in advance for any replies and assistance.
Rick