C
Carol Purcell via AccessMonster.com
I am trying to track inventory of products in multiple warehouses. I need
to keep a running total at each warehouse so I can view and analyze
historic usage at each site.
To achieve this, I set up an inventory table for each warehouse. For my
question, I'll call them Warehouse A, B and C.
The inventory reports come from each warehouse at different intervals and
on different days.
The query I want to build would basically ask the data base this question:
What is the MOST RECENT quantity recorded at "Warehouse A" PLUS "Warehouse
B" PLUS "Warehouse C" for each Widget.
(Widget Number is the primary key for the main table and is a foreign key
in each warehouse table).
My goal is to create and inventory form (screen) that would show people the
latest quantity in each warehouse and a calculated total of all available.
If you have a suggestion for me, note that I am a new user and would
appreciate "simple language" (I was a Mac user in my previous life) if
possible.
to keep a running total at each warehouse so I can view and analyze
historic usage at each site.
To achieve this, I set up an inventory table for each warehouse. For my
question, I'll call them Warehouse A, B and C.
The inventory reports come from each warehouse at different intervals and
on different days.
The query I want to build would basically ask the data base this question:
What is the MOST RECENT quantity recorded at "Warehouse A" PLUS "Warehouse
B" PLUS "Warehouse C" for each Widget.
(Widget Number is the primary key for the main table and is a foreign key
in each warehouse table).
My goal is to create and inventory form (screen) that would show people the
latest quantity in each warehouse and a calculated total of all available.
If you have a suggestion for me, note that I am a new user and would
appreciate "simple language" (I was a Mac user in my previous life) if
possible.