Forum Discussion
Matt22365
6 years agoResolver III
Relationship issue between date fields
Hi I hope someone can help I have created a relationship between a date table and a database. The link is between "date" (from date table) and "date closed" (fromthe database) The aim is to have a ...
- 6 years ago
Hi
Thanks for your support
The reason it was only matching 11 entries was due to the Database table "Date Closed" being retrieved in Date/Time format. Once I edited this it all worked.
Thank you for your time helping on this
Matt
Anonymous
6 years agoNot applicable
Hi,
In the Edit Query Use the Merge Option and select left join Option between"Date" table and "Data Base" table. So it will filter the data from "Database" table based on "Date" table .