G
Guest
In the On Click event of a command button, I have several lines of code. In the middle of that code, this line open
the Advanced Filter/Sort grid
DoCmd.RunCommand acCmdAdvancedFilterSor
After that line, there are about 15 lines of additional code in the event procedure
Up through that line, the code works perfectly. However, when the user completes the grid and clicks the Apply Filter button in the toolbar, the filter works fine, bu
everything stops because the remainder of the VBA code does not run
How can I get the code to continue after the user clicks the Apply Filter button?
the Advanced Filter/Sort grid
DoCmd.RunCommand acCmdAdvancedFilterSor
After that line, there are about 15 lines of additional code in the event procedure
Up through that line, the code works perfectly. However, when the user completes the grid and clicks the Apply Filter button in the toolbar, the filter works fine, bu
everything stops because the remainder of the VBA code does not run
How can I get the code to continue after the user clicks the Apply Filter button?