G
Guest
I've seen alot of recent post about people trying to query a memo field and it being limited, and I have tried all of the fixes people mentioned, but to no avail, have I been able to fix it. Here is a copy of my query, hopefully someone can figure out what I can do, thanks in advance
SELECT [tblEmployee Master DCIC].[First Name], [tblEmployee Master DCIC].[Last Name], [tblEmployee Master DCIC].[Alltel ID], [tblEmployee Master DCIC].[Employee Number], [tblEmployee Master DCIC].[Reports To], IIf([SumOfIn Sign]>0,([SumOfIn Sign]/[Total Time]),[SumOfIn Sign]) AS [% In], IIf([SumOfOut Sign]>0,([SumOfOut Sign]/[Total Time]),[SumOfOut Sign]) AS [% Out], [Multiple Outbound Math].[T+WOut], [Multiple Inbound Math].[T+WIn], tblCommentsandAttendance.[Month #1], tblCommentsandAttendance.[Month #2], [Weekly QR Average].[Overall Score], tblCommentsandAttendance.Comments, [QA Scores].Score AS [QA Score], tblCommentsandAttendance.UNumber, tblCommentsandAttendance.UserName, tblCommentsandAttendance.Date, [QA Scores].Date, (Sum([SumOfIn Connects])/Sum([T+WIn]))/24 AS InCallHr, (Sum([SumOfOut Connects])/Sum([T+WOut]))/24 AS OutCallHr, [tblEmployee Master DCIC].[Team Lead], [Multiple Inbound Math].[SumOfIn Sign], [Multiple Outbound Math].[SumOfOut Sign], [SumOfIn Sign]+[SumOfOut Sign] AS [Total Time
FROM [Multiple Inbound Math] INNER JOIN ([Multiple Outbound Math] INNER JOIN ([QA Scores] INNER JOIN ([Weekly QR Average] INNER JOIN (tblCommentsandAttendance INNER JOIN [tblEmployee Master DCIC] ON tblCommentsandAttendance.UNumber = [tblEmployee Master DCIC].[Employee Number]) ON [Weekly QR Average].[Alltel ID] = [tblEmployee Master DCIC].[Alltel ID]) ON [QA Scores].[Alltel ID] = [tblEmployee Master DCIC].[Alltel ID]) ON [Multiple Outbound Math].[Agent ID] = tblCommentsandAttendance.UNumber) ON [Multiple Inbound Math].[Agent ID] = tblCommentsandAttendance.UNumbe
GROUP BY [tblEmployee Master DCIC].[First Name], [tblEmployee Master DCIC].[Last Name], [tblEmployee Master DCIC].[Alltel ID], [tblEmployee Master DCIC].[Employee Number], [tblEmployee Master DCIC].[Reports To], [Multiple Outbound Math].[T+WOut], [Multiple Inbound Math].[T+WIn], tblCommentsandAttendance.[Month #1], tblCommentsandAttendance.[Month #2], [Weekly QR Average].[Overall Score], tblCommentsandAttendance.Comments, [QA Scores].Score, tblCommentsandAttendance.UNumber, tblCommentsandAttendance.UserName, tblCommentsandAttendance.Date, [QA Scores].Date, [tblEmployee Master DCIC].[Team Lead], [Multiple Inbound Math].[SumOfIn Sign], [Multiple Outbound Math].[SumOfOut Sign
HAVING ((([tblEmployee Master DCIC].[Employee Number])=[Forms]![frmCommentsforIndividuals]![UNumber]) AND ((tblCommentsandAttendance.Date) Between [Forms]![frmMain]![Date1] And [Forms]![frmMain]![Date2]) AND (([QA Scores].Date) Between [Forms]![frmMain]![Date1] And [Forms]![frmMain]![Date2]) AND (([tblEmployee Master DCIC].[Team Lead])=[Forms]![frmLeadRepSpec]![AlltelID]))
SELECT [tblEmployee Master DCIC].[First Name], [tblEmployee Master DCIC].[Last Name], [tblEmployee Master DCIC].[Alltel ID], [tblEmployee Master DCIC].[Employee Number], [tblEmployee Master DCIC].[Reports To], IIf([SumOfIn Sign]>0,([SumOfIn Sign]/[Total Time]),[SumOfIn Sign]) AS [% In], IIf([SumOfOut Sign]>0,([SumOfOut Sign]/[Total Time]),[SumOfOut Sign]) AS [% Out], [Multiple Outbound Math].[T+WOut], [Multiple Inbound Math].[T+WIn], tblCommentsandAttendance.[Month #1], tblCommentsandAttendance.[Month #2], [Weekly QR Average].[Overall Score], tblCommentsandAttendance.Comments, [QA Scores].Score AS [QA Score], tblCommentsandAttendance.UNumber, tblCommentsandAttendance.UserName, tblCommentsandAttendance.Date, [QA Scores].Date, (Sum([SumOfIn Connects])/Sum([T+WIn]))/24 AS InCallHr, (Sum([SumOfOut Connects])/Sum([T+WOut]))/24 AS OutCallHr, [tblEmployee Master DCIC].[Team Lead], [Multiple Inbound Math].[SumOfIn Sign], [Multiple Outbound Math].[SumOfOut Sign], [SumOfIn Sign]+[SumOfOut Sign] AS [Total Time
FROM [Multiple Inbound Math] INNER JOIN ([Multiple Outbound Math] INNER JOIN ([QA Scores] INNER JOIN ([Weekly QR Average] INNER JOIN (tblCommentsandAttendance INNER JOIN [tblEmployee Master DCIC] ON tblCommentsandAttendance.UNumber = [tblEmployee Master DCIC].[Employee Number]) ON [Weekly QR Average].[Alltel ID] = [tblEmployee Master DCIC].[Alltel ID]) ON [QA Scores].[Alltel ID] = [tblEmployee Master DCIC].[Alltel ID]) ON [Multiple Outbound Math].[Agent ID] = tblCommentsandAttendance.UNumber) ON [Multiple Inbound Math].[Agent ID] = tblCommentsandAttendance.UNumbe
GROUP BY [tblEmployee Master DCIC].[First Name], [tblEmployee Master DCIC].[Last Name], [tblEmployee Master DCIC].[Alltel ID], [tblEmployee Master DCIC].[Employee Number], [tblEmployee Master DCIC].[Reports To], [Multiple Outbound Math].[T+WOut], [Multiple Inbound Math].[T+WIn], tblCommentsandAttendance.[Month #1], tblCommentsandAttendance.[Month #2], [Weekly QR Average].[Overall Score], tblCommentsandAttendance.Comments, [QA Scores].Score, tblCommentsandAttendance.UNumber, tblCommentsandAttendance.UserName, tblCommentsandAttendance.Date, [QA Scores].Date, [tblEmployee Master DCIC].[Team Lead], [Multiple Inbound Math].[SumOfIn Sign], [Multiple Outbound Math].[SumOfOut Sign
HAVING ((([tblEmployee Master DCIC].[Employee Number])=[Forms]![frmCommentsforIndividuals]![UNumber]) AND ((tblCommentsandAttendance.Date) Between [Forms]![frmMain]![Date1] And [Forms]![frmMain]![Date2]) AND (([QA Scores].Date) Between [Forms]![frmMain]![Date1] And [Forms]![frmMain]![Date2]) AND (([tblEmployee Master DCIC].[Team Lead])=[Forms]![frmLeadRepSpec]![AlltelID]))