How do you set up nested modal forms? For example, a selection in form A launches form B modally. Selections in form B launch form C or form D modally. To get back to form A, you must close form C and then close form B. VB does not seem to allow more than one modal form at a time, but I see this done commonly in Windows, eg. in Printer and Printer Setup dialogs. What's the trick? Thanks.