Let me preface me problem with another question: Is there a difference between setting a form's property to modal and opening it normally (acNormal) and having docmd.openform in dialogue mode? On to my problem...
I have forms on which clicking on fields open up other forms. Everything works and flows properly including my macros when I open them in dialogue mode. Unfortunately, one lady who uses my database uses only one monitor (has vertigo problem or something) and, when she clicks to open a form, the form basically disappears (I assume it has something to do with only having one monitor, or somehow the form is getting hidden when it pops up). Being in dialogue mode, it basically freezes the database and makes inputting data in this section of the DB impossible. Not knowing how to ensure the form appears correctly (she works in an office 400 miles away...) my choice was to set the forms' properties to open in modal (but not popup) so that they tab across her screen and simply docmd.openform in normal mode. This resolves the disappearing form but unfortunately does not preserve the integrity of the macros, which depend upon freezing vba until data is acquired in newly-opened forms.
Other possible solutions? Is there a way to set a form to dialogue but make it open in a normal "tabbed" view? Is it possible to control how a window pops up on a screen? Any help is greatly appreciated! Thanks.