I have a query that separates equipment id's for a report. It worked fine with one set of "Between (6700) and (6799): However, they just added some new equipment with a range of numbers farther than these. So I also need to add to the criteria "And Between (16400) and (16450). I have not found out the correct syntax to make this work. Right now it looks like this:
(Between (6700) and (6799)) and (Between (16400) and (16450)
(Between (6700) and (6799)) and (Between (16400) and (16450)