I have a database where I open frmFirst at startup, then do a username lookup, then open frmBegin. This all works just fine. My problem is I want frmFirst to stay open, but either be minimized or invisible, and I want frmBegin to open maximized. If I put docmd.maximize on frmBegin's open event, both forms open maximized. What is an easy way to have one open and hide, and the other open and be right there?
Thanks in advance!
Thanks in advance!