Hi
I have a list of month and a table with Sejour DataIn and Data Out .
My purpose It's : select Month and see in the table all Sejour with :
- DataIn and DataOut in selection Month
- DataIn <Min(Date) and DataOut< =MonthEnd(Max(Date))
- DataIn>=Min(Date) and DataOut>MonthEnd(Max(Date))
Point 1 and 3 work by default.
How Can do for the point 2 ?