detect overlapping periods

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am working on a small project, and I need to detect if two periods are
overlapping. I have one period in a table with a start date and an end date,
and the other period is defined on a form with a start date and an end date.
There are multiple periods in the table.

How can I find out if the period on the form overlaps with any of the
periods in the table?
 
Back
Top