How do you calculate a date value in a stored procedure? This:
CStr(DateAdd("m", -6, Date))
Is the line in the original code and I am wondering if rather than pass the value to the stored procedure if I can calculate that value in the stored procedure but not sure how to do it?