A
Alienz
I have a table with no primary key and its getting me into some
trouble as usual!!
Table: Inventory
Fields: Product, Price, Location
Each product has the same price, but perhaps a different location.
So, when I run a cost query, it brings up the product multiple times
due to the multiple locations. Is there a way I can use an If
statement like if([me].[location]="a")then DO NOT OUTPUT ME.LOCATION
AFTERWARDS AS I ONLY WANT 1 PRICE
PS
(i am not screaming)
trouble as usual!!
Table: Inventory
Fields: Product, Price, Location
Each product has the same price, but perhaps a different location.
So, when I run a cost query, it brings up the product multiple times
due to the multiple locations. Is there a way I can use an If
statement like if([me].[location]="a")then DO NOT OUTPUT ME.LOCATION
AFTERWARDS AS I ONLY WANT 1 PRICE
PS
(i am not screaming)