Hi,
I have a date range on a form from 2024-05-25 08:00 to 2024-05-25 16:00 entered by a user. I want to find all records in the database that have a common part and count them. I want to use “overlaps with”, but I don’t know how to retrieve all the records from the database that meet the conditions and compare with the date filled in on the form.
Is anyone able to give me a hint on how to do this?