Hi everyone I have an issue and its in access, so I'm struggling with converting a select statement from SQL to Access 2010. Ugh I miss sql. anyone I have this statement that I am trying to run but I keep getting an error message: I have it s an image
I'm trying to calculate Each value in my [Customer Type] combo box. like how many hang-ups or how many Unknown calls. When I did this in sql I did it in reporting services in a matrix, different database though. This is access and I am struggling with it can anyone please help I really gota get this done.
the combo box values:
GOV
HANG-UPS
APS
UNKNOWN
CLINIC
AND I need to total on each one.
GOV - 5
HANG-UPS -7
I have no idea how
SELECT
[Message Tracking].[User Retrieving],
[Message Tracking].[Date Retrieved],
[Message Tracking].[Date & Time Left],
[Message Tracking].[User Returning],
[Message Tracking].[Date Returned],
[Message Tracking].[Caller],
[Message Tracking].[Customer Type]
FROM [Message Tracking]
WHERE
( Message Tracking].[Date & Time Left]) Between [Begin_Date & Time Left] And [Ending_Date Returned)