G
Guest
If I have a table that looks like:
name partA part B part C
model1 5% 7% 88%
And I want it to look like:
name part amount
model1 A 5
model1 B 7
model1 C 88
model2 A 15
model2 B 18
I have a query that creates the first two columns of the desired table but I
can't figure out how to complete it with the amounts. Any ideas?
name partA part B part C
model1 5% 7% 88%
And I want it to look like:
name part amount
model1 A 5
model1 B 7
model1 C 88
model2 A 15
model2 B 18
I have a query that creates the first two columns of the desired table but I
can't figure out how to complete it with the amounts. Any ideas?