Off the top of my head (you need to test/tweak it...)
if (Month({View_tblInspections.InspectionDate}) IN 10 TO 12) AND (Year{View_tblInspections.InspectionDate}) = 2007 Then
CStr({View_tblInspections.InspectionDate})
Else
""
If you want to learn more about writing formulas and programming with Crystal syntax, I have three chapters dedicated to it in my book
Crystal Reports Encyclopedia