G
Guest
I'm new these newsgroups, so bear with me. I am trying to create a query
based on my Inventory Transactions table. It has UnitsReceived and
UnitsInstalled. I'm trying to create a report so that it will show Beginning
Balance, SumofUnitsReceived, SumofUnitsInstalled. All of these are to be
based off a [StartDate] and [EndDate]. If I run a query on Beginning
balances based on "<[StartDate]", everything shows. If I run a query on
SumofUnitsReceived and SumofUnitsInstalled based on "Between [StartDate] and
[EndDate], everything shows. I need to combine the results of these, but if
there was no Beginning balance of a product, the product doesn't show. Also,
if there was no activity during the two dates, the product doesn't show. If
you need more information, let me know.
TransDate, ProductID, UnitPrice, UnitsReceived, UnitsInstalled
9/30/04 Apples 3.00 2 0
9/30/04 Bananas 2.25 1 0
10/2/04 Apples 3.00 0 2
10/3/04 Apples 2.25 3 0
based on my Inventory Transactions table. It has UnitsReceived and
UnitsInstalled. I'm trying to create a report so that it will show Beginning
Balance, SumofUnitsReceived, SumofUnitsInstalled. All of these are to be
based off a [StartDate] and [EndDate]. If I run a query on Beginning
balances based on "<[StartDate]", everything shows. If I run a query on
SumofUnitsReceived and SumofUnitsInstalled based on "Between [StartDate] and
[EndDate], everything shows. I need to combine the results of these, but if
there was no Beginning balance of a product, the product doesn't show. Also,
if there was no activity during the two dates, the product doesn't show. If
you need more information, let me know.
TransDate, ProductID, UnitPrice, UnitsReceived, UnitsInstalled
9/30/04 Apples 3.00 2 0
9/30/04 Bananas 2.25 1 0
10/2/04 Apples 3.00 0 2
10/3/04 Apples 2.25 3 0