ianmuir Posted January 21, 2010 Posted January 21, 2010 Hi, I have a database which works well and produces client invoices. When an invoice is printed a field "invoice_date" records the date of invoice. When an invoice is paid "Paid" is entered into a field "invoice_status" How can I make a script that checks the date and the invoice_status field and if no payment has been received >30 days from invoice date flags this?
efen Posted January 21, 2010 Posted January 21, 2010 Script? Create a calculation field If (IsEmpty (invoice_status field) and Get(CurrentDate) > invoice date field + 30;"Overdue"; "") Then create a script to find all "overdue"?
Recommended Posts
This topic is 5421 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now