I am running a “make table query”
One of my columns has the following expression
Expr1: Int(([MinOfField1]-[field1])/[spacing]) = ([MinOfField1]-[field1])/[spacing]
No big deal, it works fine, it yields 0 or -1. I want to have another column to evaluate the current record, and compare it with the following one. How do I reference the “following record” in my expression? What would be the syntax?
Thank you