I create a make table query
from two tables
which gave me data as
id fnclId SpecCd
1260 24502 125
1260 24502 018
1260 24502 033
1261 24555 111
1261 24555 555
I have to update other table with this result
but other table has
go as unique record with multiple SpecCd
as
id fnclId SpecCd1 SpecCd2 SpecCd3
1260 24502 125 018 033
1261 24555 111 555 000
Mean other table do not repeat the record instead it split the specCD
Any help will be great
Thanks
from two tables
which gave me data as
id fnclId SpecCd
1260 24502 125
1260 24502 018
1260 24502 033
1261 24555 111
1261 24555 555
I have to update other table with this result
but other table has
go as unique record with multiple SpecCd
as
id fnclId SpecCd1 SpecCd2 SpecCd3
1260 24502 125 018 033
1261 24555 111 555 000
Mean other table do not repeat the record instead it split the specCD
Any help will be great
Thanks