Hi:
I want to filter records based on a date field.
I have 2 tables with a one-to-many relationship. Let's say parent table is table1 and table2 is the child table.
I want to create a form that will display information from both table1 and table2 but it will be filtered based on a field in table2.
I want to display all records where the date field is past today's date or is 10 days from today's date.
I want to display the records in a list.
How can I achieve this?
Thnx
ER
I want to filter records based on a date field.
I have 2 tables with a one-to-many relationship. Let's say parent table is table1 and table2 is the child table.
I want to create a form that will display information from both table1 and table2 but it will be filtered based on a field in table2.
I want to display all records where the date field is past today's date or is 10 days from today's date.
I want to display the records in a list.
How can I achieve this?
Thnx
ER