I changed it to this
DoCmd.OpenReport "Volunteer_Requests_Report", acPreview, , "Volunteer_Categories_Table.Volunteer_Category IN(" & strWhere & ")"
And got the following error
syntax error(missing operator) in query expression "volunteer_Categories_Table.Volunteer_Category IN(general help)"...