Regression
IS-IT--Management
Hello All,
I am trying to create a query that will find any records that have a date that falls in a given range.
The problem I am having is searching multiple fields containing dates.
How can I enter the date once and have it check all these fields for any matches.
The design is I have six fields that allow you to schedule a follow up. I want to run a query to see if any of these fields contain a date between a specified range.
CustID EvalID FUDate FUDate1 FUDate2 FUDate3 FUDate4 FUDate5
I want the query to return the record if any of the follow up date fields contain a valid date (Between [Enter Start Date:] and [Enter End Date:]).
Thanks
I am trying to create a query that will find any records that have a date that falls in a given range.
The problem I am having is searching multiple fields containing dates.
How can I enter the date once and have it check all these fields for any matches.
The design is I have six fields that allow you to schedule a follow up. I want to run a query to see if any of these fields contain a date between a specified range.
CustID EvalID FUDate FUDate1 FUDate2 FUDate3 FUDate4 FUDate5
I want the query to return the record if any of the follow up date fields contain a valid date (Between [Enter Start Date:] and [Enter End Date:]).
Thanks