G
Guest
Here's my problem. (PLEASE HELP!!!!) I have information from many fields,
but no one query record has all the fields populated. Example
Noun Usage Dimension Color Brand Name Material
CATH IV 22g PORTEX
GLOVE PURPLE Nitrile
(I have about 30 different fields, and any one line only has about 1/4
populated)
I want to combine all these fields into one text string. If I use this
syntax:
Description: [Noun]&" "&[Usage]&" "&[Dimension]&" "&[Color]&" "&[Brand_Name]
etc.
I will get a result that has too many empty spaces.
I want my result to be:
GLOVE PURPLE NITRLE
and not
GLOVE PURPLE NITRILE
all those extra spaces add up when there are 30 different fields. I'm
trying to build workable descriptions under 45 characters, and so space is a
limitation.
Is there any way for me to add a space in between the lines if the field is
not null, but not to do so if the field is null? I would be so appreciative
if someone could help me out.
but no one query record has all the fields populated. Example
Noun Usage Dimension Color Brand Name Material
CATH IV 22g PORTEX
GLOVE PURPLE Nitrile
(I have about 30 different fields, and any one line only has about 1/4
populated)
I want to combine all these fields into one text string. If I use this
syntax:
Description: [Noun]&" "&[Usage]&" "&[Dimension]&" "&[Color]&" "&[Brand_Name]
etc.
I will get a result that has too many empty spaces.
I want my result to be:
GLOVE PURPLE NITRLE
and not
GLOVE PURPLE NITRILE
all those extra spaces add up when there are 30 different fields. I'm
trying to build workable descriptions under 45 characters, and so space is a
limitation.
Is there any way for me to add a space in between the lines if the field is
not null, but not to do so if the field is null? I would be so appreciative
if someone could help me out.