Payments Made Between two dates

TBC

Registered User.
Local time
Today, 07:00
Joined
Dec 6, 2010
Messages
145
Good day,

I would hoping that I could get some help with this question:

I'm working two dates that will highlight the accounts that have made a payment Today (Last Payment) + 60 days & move the entire row to another tab
Payment Made: iff ([Date of Last Pay])>60 days from ([Dis Date) highlight and move to tab number 2

and

Payment Made60: iff ([Date ()])>60 days highlight and move to tab number 3

Thank you so much for your help
 
What do you mean by move to tab 3?

Typically you simply update your data, then requery your user interface. If user interface elements filter the data by different criteria, then as the data changes it appears in different places. But the data isn't technically "moved", it is just updated.
 

Users who are viewing this thread

Back
Top Bottom