Delay moving to next record

Bob Aubry 41 Reputation points
2021-11-04T18:41:47.76+00:00

My form processes the records in a query and uses record set move next to advance to the next record. Some of the process options open a Modal Pop up form. This form has some updating and I think that the original form advances to the next record before the modal pop up form is finished processing. If I delete all the records following the record that requires updating, then it works fine.

How can I delay going to the next record in the original form? Bobs

Microsoft 365 and Office | Access | Development
0 comments No comments
{count} votes

Accepted answer
  1. DBG 2,456 Reputation points Volunteer Moderator
    2021-11-04T19:19:07.867+00:00

    Hi. If you want to wait for the popup form to finish its job before moving on, try opening it using the acDialog window mode.

    pop-up-modal-or-dialog-forms.html

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.