Howdy All!
I have a subquery which is supposed to filter overtime hours based on name and date by month. The name is working fine, but it's skipping over the date.
(SELECT SUM([Hours1])FROM[OTHours1] WHERE [OTHours1].[CoveringName1]=[CertificationRoster].[NameLast] AND [OTHours1].[LeaveDate By Month] = [LeaveDate By Month]) AS OTTotals1
I took the filter by name out to test and it tallied up the overtime hours with no regards to month.
The format for date by month is the same in the originating query, OTHours1, and this query (mmmm yyyy). So I don't know why MS Access isn't connecting the dots here.
May the force be with you,
Matt
I have a subquery which is supposed to filter overtime hours based on name and date by month. The name is working fine, but it's skipping over the date.
(SELECT SUM([Hours1])FROM[OTHours1] WHERE [OTHours1].[CoveringName1]=[CertificationRoster].[NameLast] AND [OTHours1].[LeaveDate By Month] = [LeaveDate By Month]) AS OTTotals1
I took the filter by name out to test and it tallied up the overtime hours with no regards to month.
The format for date by month is the same in the originating query, OTHours1, and this query (mmmm yyyy). So I don't know why MS Access isn't connecting the dots here.
May the force be with you,
Matt