On a main data entry form, I have a command button that users click when they are ready to create a data export file. The command button’s on-click event contains VBA code to examine each of the data fields. If there is a problem, the VBA code in this original on-click event of the main data entry form pops up a new form that contains a listbox with the viable entries and asks the user to select the correct one. Once the user selects the correct entry from the listbox, processing resumes in the VBA code of the original on-click event of the main data entry form. The problem I’m having is that when the new form pops up with the listbox, the VBA code in the original on-click event of the main data entry form continues executing rather than waiting for the user to make a selection in the listbox. I’m new to VBA in Access. Any help would be greatly appreciated.