Hi, all! I have a vba sub that is attached to the ok button on a Dialog box. The info in the dialog box is used to filter another form when it is opened. Now, I want to print a report from the newly opened form based on the filter information in the dialog box. I need to keep the form open to use the information. However, the dialog box closes automatically and doesn't stay open. How do I keep it open so that I can use the info in my print report sub? Thanks for your help!