Hi guys,
Can anyone help with how I should be constructing this query please? I have this so far:
SELECT Format(A.Date_Logged,"yyyy" & " mm " & "dd") AS DateRange, A.Action
as Action, Count(*) AS Total
FROM tbl_security_request as A left join tbl_security_request_track_amend
as B
on...