Hi - a little help please.
I have poured through the forums looking for help on concatenation but nothing that I have found seems work.
How would I go about concatenating all these "options" fields into one --> "option" field?
Thanks in advance.
/john
select [ID],
[DIS],
[Series],
[Make],
[ST#],
[YEAR],
[MODEL],
[MILES],
[COLOR],
[INTERIOR],
[TRANS],
[OPTIONS],
[OPTIONS2],
[OPTIONS3],
[OPTIONS4],
[OPTIONS5],
[OPTIONS6],
[CPO],
[PRICE],
[Sales Rep],
[Inputed],
[Status]
From [CarsBMW] where [series]='7 Series'