I work at an Advertising Agency in the print production dept. Production get prices and prints brochures, postcards, catalogues yahda, yahda, yahda.
A job is opened describing the task. The job number is unique. The specifications for the job is used to provide a price.
Example job 00025 is opened for post cards. The client wants to learn the cost difference if it is 17" x 6" with one fold to 8 1/2" x 6" or a no fold card that measures 11" x 6". They want a five quantity break of 100,000; 250,000; 500,000; 750,000 and 1,000,000 units. I need to send out a bid sheet to three printing vendors.
I figured out out to create a query and a report that shows the two sizes and the 5 quantity breaks.
Where I am stumbling is making a query that can capture 30 prices. (3 vendors x 5 quantities x 2 sizes.)
I made tables for all variables. Each variable has at least 5 containers. i.e. QuantityA, QuantityB etc, + SizeA, SizeB, ect + PaperstockA, PaperStockB ect. There can be lots of variables.
When I join (oh, and everything joins with the job number) tblprices, tblquantities, tbljobs and tblvendors in a query it does not yield any information other than the column headings. It is as if there is no data in any of the fields. Actually, there is no data in the price fields, but that should not preclude showing data in fields that it does exist does it?
So, how can I input 30 prices?
A job is opened describing the task. The job number is unique. The specifications for the job is used to provide a price.
Example job 00025 is opened for post cards. The client wants to learn the cost difference if it is 17" x 6" with one fold to 8 1/2" x 6" or a no fold card that measures 11" x 6". They want a five quantity break of 100,000; 250,000; 500,000; 750,000 and 1,000,000 units. I need to send out a bid sheet to three printing vendors.
I figured out out to create a query and a report that shows the two sizes and the 5 quantity breaks.
Where I am stumbling is making a query that can capture 30 prices. (3 vendors x 5 quantities x 2 sizes.)
I made tables for all variables. Each variable has at least 5 containers. i.e. QuantityA, QuantityB etc, + SizeA, SizeB, ect + PaperstockA, PaperStockB ect. There can be lots of variables.
When I join (oh, and everything joins with the job number) tblprices, tblquantities, tbljobs and tblvendors in a query it does not yield any information other than the column headings. It is as if there is no data in any of the fields. Actually, there is no data in the price fields, but that should not preclude showing data in fields that it does exist does it?
So, how can I input 30 prices?