I was giving some code to use for an ASP page to use a where statement on a function called Before SQL load
The code is strSQL = AddWhere(strSQL, "[CareCoordinators]='" & session("UserID") & "'")
I need to also have it filter by the current month to display all records by the carecordinators within in the current month
The code is strSQL = AddWhere(strSQL, "[CareCoordinators]='" & session("UserID") & "'")
I need to also have it filter by the current month to display all records by the carecordinators within in the current month