drichter12
Technical User
I am trying to find date conflicts in a query but not having much luck.
Field1 Field2 Field3
07/15/2011 05/10/2011 06/01/2011
03/20/2011 03/19/2011 03/29/2011
04/22/2011 04/22/2011 04/30/2011
06/05/2011 07/03/2011 #NULL
Field1 would be the date to compare, 2 and 3 would be either a range of dates or just a single date in Field2. I want to find all records where Field1 conflicts with either Field2 or Field3 or any dates between the two if it is a range.
Thanks,
Dale
Field1 Field2 Field3
07/15/2011 05/10/2011 06/01/2011
03/20/2011 03/19/2011 03/29/2011
04/22/2011 04/22/2011 04/30/2011
06/05/2011 07/03/2011 #NULL
Field1 would be the date to compare, 2 and 3 would be either a range of dates or just a single date in Field2. I want to find all records where Field1 conflicts with either Field2 or Field3 or any dates between the two if it is a range.
Thanks,
Dale