How would I change this part (and i guess any others if neccessary) so that this filter shows new members for the week and not just that day?
elseif varFilter = "New" then strListTitle = "New Members" strNoRecordsMsg = "No New Members Today" strSql3 = strSql3 & " AND M_DATE >='" & DateToStr(DateValue(strForumTimeAdjust)) & "'"