D
dbartelt
Guest
Hello,
I need help sorting by InvoiceDate for the AgedReceivable form.
I have place 4 text fields in the footer of the subfrmStatements forms. The control source for each text field is =IIf(IsNull([InvoiceBalance]),0,Sum([InvoiceBalance])). I need help finishing the code.
The sub form shows only the records related to a specific customer that is selected on the main form. I would like to sort the InvoiceBalance by the InvoiceDate field with the following parameters:
0 – 30 days
31 – 60 days
61 – 90 days
over 91 days
Thanks in advance for any help!
DBartelt
I need help sorting by InvoiceDate for the AgedReceivable form.
I have place 4 text fields in the footer of the subfrmStatements forms. The control source for each text field is =IIf(IsNull([InvoiceBalance]),0,Sum([InvoiceBalance])). I need help finishing the code.
The sub form shows only the records related to a specific customer that is selected on the main form. I would like to sort the InvoiceBalance by the InvoiceDate field with the following parameters:
0 – 30 days
31 – 60 days
61 – 90 days
over 91 days
Thanks in advance for any help!
DBartelt