A
Andy
For year I've had an Access 97 database that the users could switch from one
mdb to another with out opening multiple instances of Access. This used
sendkeys like so.
DoCmd.Close A_FORM, "FrmMainMenu"
SendKeys "^(o) Sales.mdb~", False
This has always been cumbersome and as I'm now porting the app to
Access2007, is there a better way to do this? I have the ribbon customized
the way I want it and would like to add functionality to replace the previous
sendkeys method.
can this "<button idMso="FileOpenDatabase" size="large" visible="true"/>"
be modified to open a specific mdb without the user seeing the Eplorer like
selection window. The mdb names are cryptic and I'd like to give them user
fiendly labels.
Are there any other ways to do this?
mdb to another with out opening multiple instances of Access. This used
sendkeys like so.
DoCmd.Close A_FORM, "FrmMainMenu"
SendKeys "^(o) Sales.mdb~", False
This has always been cumbersome and as I'm now porting the app to
Access2007, is there a better way to do this? I have the ribbon customized
the way I want it and would like to add functionality to replace the previous
sendkeys method.
can this "<button idMso="FileOpenDatabase" size="large" visible="true"/>"
be modified to open a specific mdb without the user seeing the Eplorer like
selection window. The mdb names are cryptic and I'd like to give them user
fiendly labels.
Are there any other ways to do this?