Hello, I have searched for some time, but can's see how or if I can achieve this.
I have a table called NAMES
The table has unique ID field called NAME_ID
It also has a field START (which is a date field)
and a field called RENEWAL (which is again a date field)
On my form called DETAILS I would like to show the number of records which have the start date and renewal date before today
So for example the form would state something like:
Records with start date before today = 30
Records with renewal date before today = 9
Thank you Mark
I have a table called NAMES
The table has unique ID field called NAME_ID
It also has a field START (which is a date field)
and a field called RENEWAL (which is again a date field)
On my form called DETAILS I would like to show the number of records which have the start date and renewal date before today
So for example the form would state something like:
Records with start date before today = 30
Records with renewal date before today = 9
Thank you Mark