S
Supicek
Hi
I have three tables -
tbOrdes (orProduct, orDate, orQty),
tbProduction (prProduct, prDate, prQty),
tbExpedition (exProduct, exDate, exQty)
I want to display for each day selected on the form - lblDate a simple table
which would show products in rows and three columns showing qty ordered,
produced and sold (exQty from tbExpedition).
Querry which i have built works but only for days where I have some qty in
all three tables, hower if qty is entered i.e. only in tbOrder, the querry
does not show the product.
your advice is welcomed.
I have three tables -
tbOrdes (orProduct, orDate, orQty),
tbProduction (prProduct, prDate, prQty),
tbExpedition (exProduct, exDate, exQty)
I want to display for each day selected on the form - lblDate a simple table
which would show products in rows and three columns showing qty ordered,
produced and sold (exQty from tbExpedition).
Querry which i have built works but only for days where I have some qty in
all three tables, hower if qty is entered i.e. only in tbOrder, the querry
does not show the product.
your advice is welcomed.