N
niuginikiwi
I have tables with relationships as follows:
tblAcq----<tblAcqDetails>----tblPacks---<tblOrderDetails>---tblOrders
tblAcq and tblAcqDetails process incoming packs and tblOrders and
tblOrderDetails process outgoing details. tblPacks holds the packs product
records.
I want to come up with a query that I will supply the following criteria
through a form to produce a report.
Criterias will be a Date Range which will filter AcqDate from tblAcq and
OrderDate from tblOrders. Another criteria will filter PackName in tblPacks.
So I get a report that looks something like this:
Between FromDate And ToDate
PackName UnitsIn UnitsOut UnitsOnHand
F47 50 20 30
B46 100 50 50
and so on...
I know what I want but I am finding it hard to get there.
Can someone help me please?
tblAcq----<tblAcqDetails>----tblPacks---<tblOrderDetails>---tblOrders
tblAcq and tblAcqDetails process incoming packs and tblOrders and
tblOrderDetails process outgoing details. tblPacks holds the packs product
records.
I want to come up with a query that I will supply the following criteria
through a form to produce a report.
Criterias will be a Date Range which will filter AcqDate from tblAcq and
OrderDate from tblOrders. Another criteria will filter PackName in tblPacks.
So I get a report that looks something like this:
Between FromDate And ToDate
PackName UnitsIn UnitsOut UnitsOnHand
F47 50 20 30
B46 100 50 50
and so on...
I know what I want but I am finding it hard to get there.
Can someone help me please?