I'm trying to get a query of a table output the data based on the start and end dates of a form (that remains open).
Here's what I have, but it isn't working. I've tried several ways using the WHERE function.
As always, I appreciate the help very much.
SELECT DISTINCTROW Sum([Teams Trained].[Team Members]) AS [# of Operators Trained]
FROM [Teams Trained]
WHERE Between [Forms]![Date Range]![Start Date] And [Forms]![Date Range]![End Date];
Vince
Here's what I have, but it isn't working. I've tried several ways using the WHERE function.
As always, I appreciate the help very much.
SELECT DISTINCTROW Sum([Teams Trained].[Team Members]) AS [# of Operators Trained]
FROM [Teams Trained]
WHERE Between [Forms]![Date Range]![Start Date] And [Forms]![Date Range]![End Date];
Vince