Now that I've solved my issue, I'll post as to why I was asking :banghead:
I originally thought you were telling me to build my date string in the DateDiff function like this:
Select * from teamroster
where DateDiff(‘m’, CDate(Mid([action date],InStrRev([action date], ‘ ‘) + 1) & "/01/" &...