Hi
I need to concatenate 9 fields in a query with a space between each item. However for any row, most of the fields contain a single space. I want to avoid excess spaces.
I know I could do this with a lot of IIFs, but that seems untidy. & vs + won't help because of the embedded spaces, and I can't change the data.
Can anyone point me towards a better approach to this.
Rosie
"Never express yourself more clearly than you think" (Niels Bohr)
I need to concatenate 9 fields in a query with a space between each item. However for any row, most of the fields contain a single space. I want to avoid excess spaces.
I know I could do this with a lot of IIFs, but that seems untidy. & vs + won't help because of the embedded spaces, and I can't change the data.
Can anyone point me towards a better approach to this.
Rosie
"Never express yourself more clearly than you think" (Niels Bohr)