Several other people have asked similar questions but didn't get much response. I thought I'd try my luck.
The following code isn't working.
Dim dbs As Database, wsp As Workspace
Set wsp = DBEngine.Workspaces(0)
Set dbs = wsp.OpenDatabase("H:\Access Databases\Copyright\Copyright Search.mdb")
The databse "Copyright Search.mdb" is supposed to open with a particular from in view but nothing happens.
I'm not even getting any error messages.
Can anyone help?
Thanks
Roger
The following code isn't working.
Dim dbs As Database, wsp As Workspace
Set wsp = DBEngine.Workspaces(0)
Set dbs = wsp.OpenDatabase("H:\Access Databases\Copyright\Copyright Search.mdb")
The databse "Copyright Search.mdb" is supposed to open with a particular from in view but nothing happens.
I'm not even getting any error messages.
Can anyone help?
Thanks
Roger