mattpacman
IS-IT--Management
I am new to FMP, and am using 5.5 for Mac. I am writing a script that lists due invoices. I want the script to compare the field "Due Date" and the global field "Today Date". If Today Date is after the Due Date, I would like the script to set the field "Due?" to "Yes" , else to "No". I am using a loop, but it runs indefinantly. How should I stop the loop? Is there a way to stop after the last record? Thanks.