K
kev100 via AccessMonster.com
I've got an unbound text box where 4 fields are being combined to display on
1 line.
They are:
[FIRST] [MIDDLE] [LAST] [STATE]
The first 3 fields are 20 char. in size, the last is 2.
I'd like each to display all with 1 space between each, but only take up the
amount of space needed for the contents.
After doing several searchs in this forum....I've tried:
=[FIRST] & " " & [MIDDLE] & " " & [LAST] & " " & [STATE]
The info displays....but there is still much more of a gap than just 1 space
between each. I can't figure out why...since it seems to have worked for
everyone else.
ALSO........often there will not be a First or Middle name at all. It would
be great if that null could be ignored all together. Currenly, when one is
missing...there a big gap in its place...the existing info is not flush left.
Any advice appreciated.
Thanks
1 line.
They are:
[FIRST] [MIDDLE] [LAST] [STATE]
The first 3 fields are 20 char. in size, the last is 2.
I'd like each to display all with 1 space between each, but only take up the
amount of space needed for the contents.
After doing several searchs in this forum....I've tried:
=[FIRST] & " " & [MIDDLE] & " " & [LAST] & " " & [STATE]
The info displays....but there is still much more of a gap than just 1 space
between each. I can't figure out why...since it seems to have worked for
everyone else.
ALSO........often there will not be a First or Middle name at all. It would
be great if that null could be ignored all together. Currenly, when one is
missing...there a big gap in its place...the existing info is not flush left.
Any advice appreciated.
Thanks