M
MeSteve
I am using the code shown as an example in the help files and when run, it
cannot locate the file.
Dim dbsProjects As Database
Set dbsProjects = OpenDatabase("Projects.mdb")
Why can VB not find the open database?
cannot locate the file.
Dim dbsProjects As Database
Set dbsProjects = OpenDatabase("Projects.mdb")
Why can VB not find the open database?