G
Guest
I have a form that I want to perform a calculation on all records when the
form opens.
I set up a macro to set a value for a field. Then I set the macro to go to
each record by using the run command "RecordsGoToNext". The problem is that
it will try to add a new record when it gets to the end of the data.
How do I tell the macro to stop at that point and then perform more steps?
form opens.
I set up a macro to set a value for a field. Then I set the macro to go to
each record by using the run command "RecordsGoToNext". The problem is that
it will try to add a new record when it gets to the end of the data.
How do I tell the macro to stop at that point and then perform more steps?