I'm not quite sure how to go about this. I am wanting to make a query that compares the price of one part to the price of various other parts in a matrix. Example:
60 70 80
10 $20 $25 $30 $40
20 $30 $25 $30 $40
30 $20 $25 $30 $40
40 $25 $25 $30 $40
50 $40 $25 $30 $40
So Part 10 is $20, where part 60 is $25, 70 is $30, etc. I would like to be able to make a form/report from it and make it so it could be updated. Basically you could add additional rows or columns (columns would be limited to a certain number).
So if I wanted to remove part 80 and add part 90 I could do that in the form - the query could be based off a table setup like a matrix is what I was thinking but not sure how to quite do this.
60 70 80
10 $20 $25 $30 $40
20 $30 $25 $30 $40
30 $20 $25 $30 $40
40 $25 $25 $30 $40
50 $40 $25 $30 $40
So Part 10 is $20, where part 60 is $25, 70 is $30, etc. I would like to be able to make a form/report from it and make it so it could be updated. Basically you could add additional rows or columns (columns would be limited to a certain number).
So if I wanted to remove part 80 and add part 90 I could do that in the form - the query could be based off a table setup like a matrix is what I was thinking but not sure how to quite do this.