J
Jeff
I am using th following code to query records where the customer's service
start and end dates fall within a specified date range. The problem with
this code is when I have a non determined ServiceEnd (not entered).
Active customers may not have the "ServideEnd". Any Ideas on how to modify
or rewrite this code so that it also shows the records with a null entry on
the ServiceEnd???
(([RangeStart])<=[ServiceEnd]) AND (([RangeEnd])>=[ServiceStart]))
start and end dates fall within a specified date range. The problem with
this code is when I have a non determined ServiceEnd (not entered).
Active customers may not have the "ServideEnd". Any Ideas on how to modify
or rewrite this code so that it also shows the records with a null entry on
the ServiceEnd???
(([RangeStart])<=[ServiceEnd]) AND (([RangeEnd])>=[ServiceStart]))