CR.XI
I have two tables: Receipts and Shipments. Both tables have their own date fields ( Rec'v date and Ship date). I am trying to build a report that shows the total receipts and total shipments daily. The purpose: daily inventory movement.
I do not have a calendar table in my db. How do I display receipts and shipments daily?
I have tried grouping but I have to group by either Rec'v date or ship date. There exists the possibility that I have could no receipts on a particular day but shipments ( and vice versa ).
Any suggestions?
I have two tables: Receipts and Shipments. Both tables have their own date fields ( Rec'v date and Ship date). I am trying to build a report that shows the total receipts and total shipments daily. The purpose: daily inventory movement.
I do not have a calendar table in my db. How do I display receipts and shipments daily?
I have tried grouping but I have to group by either Rec'v date or ship date. There exists the possibility that I have could no receipts on a particular day but shipments ( and vice versa ).
Any suggestions?