April 19, 200322 yr i am trying to find a range of a field that is modular values 0-11 i want to find records with values in this field that are within a certain range eg if the value in the current record is 1 i want to find all records that have values from 11
April 19, 200322 yr Newbies Simplest would be a two-request find - eg: request 1: > 10 and then request 2: < 4
Create an account or sign in to comment