Further to this,
DoCmd.SetFilter wherecondition:="[JobName] like '*" & strFilter & "*'"
works to filter by the name of the job (contains a string strFilter), imagine I want to add another filter JobTypeID (an integer, defined as intType), how would I write that? To clarify, filter the dataset...