I have entered in the parameters for a query here: Query: Sign (ID: 0)
I return a total of 8 signs in this query, but I want to connect the returned information to a form using previous and next buttons to increment or decrement by one for each button click to assign that specific record to the form and then switch forms once the max or minimum number has been reached.
Just to be safe, my parameters were as follows:
Where: SUPPORTID='691'
Out Fields: *
Order By Fields: OBJECTID
Everything else was the default.