S
Silvester
Hi,
I need a billing-based summary report based on a query linked to a table
tblItemsUsed with fields :
CheckoutDate
Item1
Item2
Item3
.....upto
Item20
CheckoutTime
Cashier
Only the Item Names are stored in Item1, Item2, etc. Further details about
the details are found in a separate table tblItemDetails.
For each ItemName used how can I get the ItemNumber, Manufacturer, totalSold
from tblItemDetails and base a summary report of all items sold with all
these details on it.
ItemName
ItemNumber
CheckoutDate
CheckoutTime
TotalSold
I urgently need help with the sql for this.
I am open to using sql to create querydefs and a query on the fly and delete
* from this query the next time it is run.
Please help.
I need a billing-based summary report based on a query linked to a table
tblItemsUsed with fields :
CheckoutDate
Item1
Item2
Item3
.....upto
Item20
CheckoutTime
Cashier
Only the Item Names are stored in Item1, Item2, etc. Further details about
the details are found in a separate table tblItemDetails.
For each ItemName used how can I get the ItemNumber, Manufacturer, totalSold
from tblItemDetails and base a summary report of all items sold with all
these details on it.
ItemName
ItemNumber
CheckoutDate
CheckoutTime
TotalSold
I urgently need help with the sql for this.
I am open to using sql to create querydefs and a query on the fly and delete
* from this query the next time it is run.
Please help.