Hi All,
I am new to MS Access, trying to build my first Budget database that would calculate Net Sales for few companies.
The problem description: I have a query build with 2 linked (with referantial integrity) tables, consisting of the following dimensions:
Query name: TGT_VolumeandPrices
Customer, PurchasedProductType1, PurchasedProductType2, InternationalLocal, PurchasedProductCode, PPPrice, SalesVolume2013
I have as well few tables with kinds of discounts customer can get, like the one:
Table "VolumeDiscount", with the dimensions:
PurchasedProductType1,InternationalLocal, VolumeDiscount%
Now the problem:
I would like to add another dimension to my TGT_VolumeandPrices query, called VolumeDiscount%, containing the % discount for a given PPPType1 and IntLocal values combination in each record.
If it would be excel, then I would use sumifs formula, or in case of only one condition, vlookup... but in access I am struggling to have this very simple action done.
Thanks a lot for your help.
I am new to MS Access, trying to build my first Budget database that would calculate Net Sales for few companies.
The problem description: I have a query build with 2 linked (with referantial integrity) tables, consisting of the following dimensions:
Query name: TGT_VolumeandPrices
Customer, PurchasedProductType1, PurchasedProductType2, InternationalLocal, PurchasedProductCode, PPPrice, SalesVolume2013
I have as well few tables with kinds of discounts customer can get, like the one:
Table "VolumeDiscount", with the dimensions:
PurchasedProductType1,InternationalLocal, VolumeDiscount%
Now the problem:
I would like to add another dimension to my TGT_VolumeandPrices query, called VolumeDiscount%, containing the % discount for a given PPPType1 and IntLocal values combination in each record.
If it would be excel, then I would use sumifs formula, or in case of only one condition, vlookup... but in access I am struggling to have this very simple action done.
Thanks a lot for your help.