M
Michael C
Hi. I have bunch of products that I often must group
together when I perform calculations. For example:
Product1, Product2, Product3 are part of Group1
Product4, Product5, Product6 are part of Group2
Product7, Product8, Product9 are part of Group3
In reality, there are about 10-15 products in each group,
so I'm trying to create a module for the first time that
will always make the calculations for me.
I'm trying to make some kind of function like:
Group1 = Product1 + Product2 + Product3
....so that when I run a query/form/report, I can just
write FunctionGroup1 and it will know to sum the sales
dollars for Product1, Product2, Product3. Any thoughts?
Thanks!!!
together when I perform calculations. For example:
Product1, Product2, Product3 are part of Group1
Product4, Product5, Product6 are part of Group2
Product7, Product8, Product9 are part of Group3
In reality, there are about 10-15 products in each group,
so I'm trying to create a module for the first time that
will always make the calculations for me.
I'm trying to make some kind of function like:
Group1 = Product1 + Product2 + Product3
....so that when I run a query/form/report, I can just
write FunctionGroup1 and it will know to sum the sales
dollars for Product1, Product2, Product3. Any thoughts?
Thanks!!!