M
mxinter
Hi guys,
Im having a little problem here. I have a database with
over 100'000 records and need your help.
If I run a query to pull total stock units for a location
known operationally as say "ABC" but for another
departement it is also known as say "FGH" and information
has been entered as such. I have at least 58 locations
with upto 4-5 different names within the 100'000 records.
What I want to do is run a query and that the result
for "ABC" gives me both the "ABC + FGH" totals. Like in
the example below when I query ABC the total of stock
units is 46
---------------------------------------------
example
ID Stock Units
ABC 25
CDF 29
FGH 21
IJK 23
LMN 23
---------------------------------------------
can I create some sort of code/condition/table so that
when I run my query I dont have to do all this manual
mapping...to allocate who's is which..
Thx for your help,
mxinter
Im having a little problem here. I have a database with
over 100'000 records and need your help.
If I run a query to pull total stock units for a location
known operationally as say "ABC" but for another
departement it is also known as say "FGH" and information
has been entered as such. I have at least 58 locations
with upto 4-5 different names within the 100'000 records.
What I want to do is run a query and that the result
for "ABC" gives me both the "ABC + FGH" totals. Like in
the example below when I query ABC the total of stock
units is 46
---------------------------------------------
example
ID Stock Units
ABC 25
CDF 29
FGH 21
IJK 23
LMN 23
---------------------------------------------
can I create some sort of code/condition/table so that
when I run my query I dont have to do all this manual
mapping...to allocate who's is which..
Thx for your help,
mxinter