N
NuBie via AccessMonster.com
below is the sql for my query. This works fine however, when i do a DoCmd.
OpenQuery qryFules, acNormal, acEdit I have to enter [Enter Start Date] and
[Enter End Date] twice. I'm wondering why is that, also is there a way to
revise the query in such a way that the dates be entered once?
SELECT ManagerId, FulesData,EXPDate,Category,Organization
FROM Fules
GROUP BY ManagerId,FulesData ,EXPDate,Category ,Organization
HAVING EXPDate Between [Enter Start Date] And [Enter End Date]
Thanks!
OpenQuery qryFules, acNormal, acEdit I have to enter [Enter Start Date] and
[Enter End Date] twice. I'm wondering why is that, also is there a way to
revise the query in such a way that the dates be entered once?
SELECT ManagerId, FulesData,EXPDate,Category,Organization
FROM Fules
GROUP BY ManagerId,FulesData ,EXPDate,Category ,Organization
HAVING EXPDate Between [Enter Start Date] And [Enter End Date]
Thanks!