
opening a access db while in anouther db
Hi,
Consider the following example:
Dim lRetVal As Long
lRetVal = Shell("msaccess.exe C:\TheOtherFile.mdb")
Application.Quit
--
Calvin Smith - http://www.CalvinSmithSoftware.com
Code Newsletter - http://www.CalvinSmithSoftware.com/newsletter.htm
VB/VBA Tools - http://www.CalvinSmithSoftware.com/GreatDeals.htm
Turnkey Site - http://www.CalvinSmithSoftware.com/ecommerce1.htm
Quote:
> I need to shut down "access db1" and open "access db2"
> all from the first db. im having no luck woth
> opendatabase.
> gary k