TheMitelGuy
IS-IT--Management
We are using Crystal Reports to print out invoices from MS GreatPlanes.
I want to do a formula that will take the posting date from one of GP's databases and add 30 days.
In the end I want to be able to do something like this:
(syntex is completely wrong, but just for example)
Due_Date = GP.Invoice_Date + 30
Print = "Your invoice, in the amount " + GP.Invoice_Amount + " is due on " + Due_Date. + ".
I want to do a formula that will take the posting date from one of GP's databases and add 30 days.
In the end I want to be able to do something like this:
(syntex is completely wrong, but just for example)
Due_Date = GP.Invoice_Date + 30
Print = "Your invoice, in the amount " + GP.Invoice_Amount + " is due on " + Due_Date. + ".