I am currently working on a project comparing a current item program (cost, price, mfg #, etc) vs a series of proposal against the same program. Using crosstab queries, I have gotten the results to resemble:
Current Program | Proposed Cost 1 | Proposed Cost 2 | Proposed Price 1 | Proposed Price 2 |
Rather than grouping the results by similar fields (All the proposed costs, then all the proposed prices, then all proposed mfg #'s, etc), is there a way to group the results by proposal program (Under proposal #1, listing the cost | price | ..., then proposal #2 next to it and so on)..
Current Program | Proposal Cost 1 | Proposal Price 1 | Proposal Cost 2 | Proposal Price 2 |
Thanks for any help here, kinda stumped.
Current Program | Proposed Cost 1 | Proposed Cost 2 | Proposed Price 1 | Proposed Price 2 |
Rather than grouping the results by similar fields (All the proposed costs, then all the proposed prices, then all proposed mfg #'s, etc), is there a way to group the results by proposal program (Under proposal #1, listing the cost | price | ..., then proposal #2 next to it and so on)..
Current Program | Proposal Cost 1 | Proposal Price 1 | Proposal Cost 2 | Proposal Price 2 |
Thanks for any help here, kinda stumped.