hi i have 4 values: Xmin, Xmax, Ymin, Ymax
i want to find the recordnumber of a record that matches this criteria, something like this.
Set rst2 = db.OpenRecordset("Select * FROM LASouth WHERE Field2 > Xmin AND Field2 < Xmax AND Field3 > Ymin AND Field3 <Ymax")
num = rst2.recordnum
all of the values are doubles. What do i need to change to get this code in working order?
Durible Outer Casing to Prevent Fall-Apart
i want to find the recordnumber of a record that matches this criteria, something like this.
Set rst2 = db.OpenRecordset("Select * FROM LASouth WHERE Field2 > Xmin AND Field2 < Xmax AND Field3 > Ymin AND Field3 <Ymax")
num = rst2.recordnum
all of the values are doubles. What do i need to change to get this code in working order?
Durible Outer Casing to Prevent Fall-Apart