Im tasked to create a query that shows results that excludes people from one state AND if they registered during july. there is also a reverse where istead of and it is or.

for the and I put this statement in the criteria: Not "NY" And DatePart("m",[tblReservation]![StartDate])="7" im pretty sure that worked but im now stuck on how to do the or any help would be greatly appreciated