S
slickdock
I'm using shell to launch an Access 2002 mdb from another mdb file with this
command:
Shell SysCmd(acSysCmdAccessDir) & "MsAccess.Exe " _
& """C:\Program Files\MyApp\MyApp_fe.mdb "" /wrkgrp ""C:\Program
Files\MyApp\secured.mdw"" /user operator"
I need some fine tuning:
1. It opens, but does not become the active window. I have to alt-tab to get
to it. How can I make it the active window?
2. It opens, but not maximized. How can I make it open with a maximized
window?
3. The doozie: How can I carry a value from the current form in DB1 to the
newly opened DB2?
command:
Shell SysCmd(acSysCmdAccessDir) & "MsAccess.Exe " _
& """C:\Program Files\MyApp\MyApp_fe.mdb "" /wrkgrp ""C:\Program
Files\MyApp\secured.mdw"" /user operator"
I need some fine tuning:
1. It opens, but does not become the active window. I have to alt-tab to get
to it. How can I make it the active window?
2. It opens, but not maximized. How can I make it open with a maximized
window?
3. The doozie: How can I carry a value from the current form in DB1 to the
newly opened DB2?