T
tsison7
I have a ship history covering several years and I want to give the average
shipment in each of the 12th months (ie. (Shipments in January/(total
years)). So far I put this in the report to count Shipments in January.
textbox
= sum(iif(month([shipdate])=1,[qty],0))
Now, how do I count the number of January's where there are shipments? How
do I count the number of years within that date range of the shipments?
Thanks,
shipment in each of the 12th months (ie. (Shipments in January/(total
years)). So far I put this in the report to count Shipments in January.
textbox
= sum(iif(month([shipdate])=1,[qty],0))
Now, how do I count the number of January's where there are shipments? How
do I count the number of years within that date range of the shipments?
Thanks,