G
Graham
I am hoping someone can help.
In every letter we send by mail merging, we have a field FULLUSER. we also
need an email address, but this is not available form the data source - and
never will be.
So, what I need to know is if VB could be used to split the text string
FULLUSER into two strings, using the blank space present between first and
second names.
I could then use these two strings, with a full stop in the middle, to make
the email address. Or maybe easier to replace the space with a full stop, but
it would still have to be a new string as FULLUSER is used on each letter.
Sorry if my use of the term 'string' is wrong - I am going back to when I
used extended basic, and I seem to remember you could cut text strings in
this way?
I do hope somone can help... The only alternative is a lookup table, but
that seems a bit messy on each of 1000+ letters!
In every letter we send by mail merging, we have a field FULLUSER. we also
need an email address, but this is not available form the data source - and
never will be.
So, what I need to know is if VB could be used to split the text string
FULLUSER into two strings, using the blank space present between first and
second names.
I could then use these two strings, with a full stop in the middle, to make
the email address. Or maybe easier to replace the space with a full stop, but
it would still have to be a new string as FULLUSER is used on each letter.
Sorry if my use of the term 'string' is wrong - I am going back to when I
used extended basic, and I seem to remember you could cut text strings in
this way?
I do hope somone can help... The only alternative is a lookup table, but
that seems a bit messy on each of 1000+ letters!