Daveisalwayshere
Registered User.
- Local time
- Today, 10:12
- Joined
- Mar 14, 2014
- Messages
- 31
Hi guys,
I have an agreement details table that i can query and get a rate table that looks like this depending on what Agreement type is picked
Rank Rate
GF $110
FM $90
JM $75
3rdyr $70
2ndyr $60
1styr $50
Thats the easy part, I need to figure out how to create a crew mix query where the user can input the Agreement Type, however many of each type of worker he wants and the end results will be (QTY of GF*GF Rate)+(QTY of FM*FM Rate)+(QTY of JM*JM Rate)+(QTY of3rdyr*3rdyear Rate)+(QTY of 2ndyr*2ndyr Rate)/total number of workers this would be the BLENDED RATE. I am at a loss as to where to start with this. would i create a crew size table and have the quantities entered on the form go there? in individual columns then run a make table query that will add the columns up but then how do you get it to multiply by the rates......
would i just keep making queries until i get the answer i want? or is there an easier way. I need to capture is the BLENDED RATE, and the crew mix so they can be part of the quote.
as you can see i am stumped. I am a beginner with access less than a few weeks experience. and could use all the help i can get
I have an agreement details table that i can query and get a rate table that looks like this depending on what Agreement type is picked
Rank Rate
GF $110
FM $90
JM $75
3rdyr $70
2ndyr $60
1styr $50
Thats the easy part, I need to figure out how to create a crew mix query where the user can input the Agreement Type, however many of each type of worker he wants and the end results will be (QTY of GF*GF Rate)+(QTY of FM*FM Rate)+(QTY of JM*JM Rate)+(QTY of3rdyr*3rdyear Rate)+(QTY of 2ndyr*2ndyr Rate)/total number of workers this would be the BLENDED RATE. I am at a loss as to where to start with this. would i create a crew size table and have the quantities entered on the form go there? in individual columns then run a make table query that will add the columns up but then how do you get it to multiply by the rates......
would i just keep making queries until i get the answer i want? or is there an easier way. I need to capture is the BLENDED RATE, and the crew mix so they can be part of the quote.
as you can see i am stumped. I am a beginner with access less than a few weeks experience. and could use all the help i can get