trying to get the form to open all SchoolyType with id's 2, or 9 or 10
Code:DoCmd.OpenForm "frmSchools", , , "SchoolTypeID = 2 or 9 or 10" And Not IsNull(CallBackDate) And TourOrganiserID = Forms!frmSwitchStaff!txtTele
DoCmd.OpenForm "frmSchools", , , "SchoolTypeID =" & 2 & 9 & 10" & And Not IsNull(CallBackDate)" & And TourOrganiserID = Forms!frmSwitchStaff!txtTele"
or something like this?