P
PAL
I have a table with two date fields [Start Date] and [End Date].
The [End Date] is sometimes null.
Date Examples:
Category Start End
xyz 3/15/10 Null
xya 3/16/10 3/17/10
2324 3/8/10 3/19/10
ow can I get results like: Between 3/15/2010 and 3/19/2010 (or Null)
resulting in all start/end dates between the 15th and 19th (or Null)
Thanks
The [End Date] is sometimes null.
Date Examples:
Category Start End
xyz 3/15/10 Null
xya 3/16/10 3/17/10
2324 3/8/10 3/19/10
ow can I get results like: Between 3/15/2010 and 3/19/2010 (or Null)
resulting in all start/end dates between the 15th and 19th (or Null)
Thanks