D
Dorian
When I run the below query, I get prompted for all 3 parameters multiple
times. Why is this and can I recode the query to avoid this? Thanks.
SELECT * FROM tblCases
WHERE CaseStatus = 'F' AND UnitID = [Unit: 1=Phoenix, 2=Tucson] AND
InvestigationEndDate >= [Investigation End Date from] AND
InvestigationEndDate <= [Investigation End Date to]
ORDER BY CaseNumber DESC;
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".
times. Why is this and can I recode the query to avoid this? Thanks.
SELECT * FROM tblCases
WHERE CaseStatus = 'F' AND UnitID = [Unit: 1=Phoenix, 2=Tucson] AND
InvestigationEndDate >= [Investigation End Date from] AND
InvestigationEndDate <= [Investigation End Date to]
ORDER BY CaseNumber DESC;
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".