Problem.
I have a query with the following.
JOB ID - INVOICE A DATE - INVOICE B DATE - INVOICE C DATE
I want to pull off a report where any of the invoice dates fall between a certain criteria. So far I have this where a form drives the query.
Between [Forms]![Form]![Text_Enter_Date_From] And [Forms]![Form]![Text_Enter_Date_To]
This doesnts take into account all 3 fields and actually doesnt even work for one.
Help!