P
Paul Fenton
I have a filtered form that looks at certain records from a table
containing thousands of records. On the form is a command button
"Recalculate" that updates the current record after the user does
certain things. (Don't ask why I have to do that)
What I'd like to do is to execute that code from "Recalculate" on
every record the form shows, not on every record in the table.
Is there a way to page through the records one by one, execute the
code then move to the next til at the end?
Paul Fenton
containing thousands of records. On the form is a command button
"Recalculate" that updates the current record after the user does
certain things. (Don't ask why I have to do that)
What I'd like to do is to execute that code from "Recalculate" on
every record the form shows, not on every record in the table.
Is there a way to page through the records one by one, execute the
code then move to the next til at the end?
Paul Fenton