Eikenhorst
Registered User.
- Local time
- Today, 08:04
- Joined
- Mar 9, 2007
- Messages
- 25
Hello,
I have used the following VBA script in Access to open a certain map in the Explorer:
Shell "C:\WINNT\Explorer.exe C:\My Documents \" & Me.Combonumber & "\"
This opens the map with the name of the number in the Combobox. The problem is now that after it opens the Explorer window isn’t maximized and it doesn’t get the focus. How do I get that to happen too? Thanks for any help!
I have used the following VBA script in Access to open a certain map in the Explorer:
Shell "C:\WINNT\Explorer.exe C:\My Documents \" & Me.Combonumber & "\"
This opens the map with the name of the number in the Combobox. The problem is now that after it opens the Explorer window isn’t maximized and it doesn’t get the focus. How do I get that to happen too? Thanks for any help!