Gilbertjoe
MIS
I have a query (aging query)that runs with customer name, product, and received date (with criteria of <now()-30 and not is null). I need my report(aging report) that is based on that query to take all of those dates greater than 30 days old from now and group them in older than 30 days, older than 60 days, older than 90 days, older than 120 days intervals. Do I need to run more than one query and put these into subreports or is there an expression I can write to give me this data in the query I have?
Example:
customer: John doe
products over 30 days old
widget
widget deluxe
products over 60 days old
widget basic
widget pro edition
etc. etc.
Any help would be appreciated. Thanks.
Example:
customer: John doe
products over 30 days old
widget
widget deluxe
products over 60 days old
widget basic
widget pro edition
etc. etc.
Any help would be appreciated. Thanks.