S
Silent
Hi,
Im not sure if this is possible in Access, but i got a table set up like
the following:
Name Ford Chevy Dodge
----------------------------------------------
Bill x x
Jhon x
Bob x x
Tom x x
I want to make an expresion in a Query that will find the x, refrence the
column name copy that then concanate if there is more than one type (Ford ,
Chevy , Dodge)
So in the above example i would get a new column that would say for Bill :
Ford/Dodge
and for Jhon it would say:
Chevy
for Bob it would say
Chevy/Dodge
So a field that will look to see where all the x's are then go up take the
Colum name then concatenate if there is more than 1 x for a person.
Thank you for your time, and please let me know if you have a much faster
and efficient way of doing this.
Im not sure if this is possible in Access, but i got a table set up like
the following:
Name Ford Chevy Dodge
----------------------------------------------
Bill x x
Jhon x
Bob x x
Tom x x
I want to make an expresion in a Query that will find the x, refrence the
column name copy that then concanate if there is more than one type (Ford ,
Chevy , Dodge)
So in the above example i would get a new column that would say for Bill :
Ford/Dodge
and for Jhon it would say:
Chevy
for Bob it would say
Chevy/Dodge
So a field that will look to see where all the x's are then go up take the
Colum name then concatenate if there is more than 1 x for a person.
Thank you for your time, and please let me know if you have a much faster
and efficient way of doing this.