I have a report that reports on company orders and includes the following: CompanyName,Item#, Quantity, lastorderdate, average days between orders and next estimated order date.
"NEXT ESTIMATED ORDER DATE" is calculated by the following:
=DateDiff("d",Min([Date_ordered]),Max([date_ordered]))/Count([itemnumber])+Max([date_ordered])
i would like to create another report to only include the companies and what item # is estimated to be ordered within the next 30 days. I really have no idea on where to start for this....can anyone offer any suggestions?
Thanks in advance
Paul
"NEXT ESTIMATED ORDER DATE" is calculated by the following:
=DateDiff("d",Min([Date_ordered]),Max([date_ordered]))/Count([itemnumber])+Max([date_ordered])
i would like to create another report to only include the companies and what item # is estimated to be ordered within the next 30 days. I really have no idea on where to start for this....can anyone offer any suggestions?
Thanks in advance
Paul