G
Guest
Hi, I want to switch to another database. That is, close the current database
and then open another database. The following code doesn't seem to do it...
Set dbsCheck = DBEngine.Workspaces(0).Databases(0)
Set dbsOpen = DBEngine.Workspaces(0).OpenDatabase(strOpen)
dbsCheck.Close
Any ideas or suggestions appreciated
Thanks
Jonathan
and then open another database. The following code doesn't seem to do it...
Set dbsCheck = DBEngine.Workspaces(0).Databases(0)
Set dbsOpen = DBEngine.Workspaces(0).OpenDatabase(strOpen)
dbsCheck.Close
Any ideas or suggestions appreciated
Thanks
Jonathan