Cosmos75
Registered User.
- Local time
- Today, 14:06
- Joined
- Apr 22, 2002
- Messages
- 1,281
I have a table (tblProduct) with two fields (for purposes of simplifying this).
tblProduct
- Product
- Weight
In one day, I need to track how much was used in one day BUT it’s a little more complicated.
Say we have Product A, Product B, Product C and Product D.
The we the products are used is that they are mixed. So one day the usage may look like this
1) 5 Product A mixed with 6 Product B
2) 6 Product C mixed with 1 Product D
3) 3 Product B mixed with 4 Product D
4) 2 Product A mixed with 2 Product C
I need to be able to compute the average density for each mixed product. I can’t figure out how to accomplish this.
I like the user to be able to just enter a date on a main form, and the subform would be a continuous form and allow the user to choose what product was used and how much, then the next row would be the next product used. Then click next, and add another mixture for the same day.
Any ideas?

tblProduct
- Product
- Weight
In one day, I need to track how much was used in one day BUT it’s a little more complicated.
Say we have Product A, Product B, Product C and Product D.
The we the products are used is that they are mixed. So one day the usage may look like this
1) 5 Product A mixed with 6 Product B
2) 6 Product C mixed with 1 Product D
3) 3 Product B mixed with 4 Product D
4) 2 Product A mixed with 2 Product C
I need to be able to compute the average density for each mixed product. I can’t figure out how to accomplish this.
I like the user to be able to just enter a date on a main form, and the subform would be a continuous form and allow the user to choose what product was used and how much, then the next row would be the next product used. Then click next, and add another mixture for the same day.
Any ideas?
