I can't seem to get the "between' to filter the date range needed.
Can you tell where I'm screwing up?
Here is the statement:
select * from(select Distinct(Users.UserID),Users.UnitID, Users.LName,Users.FName, Users.DeptID,Users.Shift,LeaveRequests.Leavedate,SUM(Leave_Points.Points)
over...