I am trying to run a query on a table which has a text product field. The contents of the field might look something like "76050-17001". I need to run a query which limits the range of the product field. Something like >=76050-17001 and <=76050-54000. I thought Access supported a function similar to "Between". Is there another way to write this query?