J
Joseph Ladouceur
I've created an Access Database for my department. On my
switchboard manager I've set up a command button to open a
VB 6 .exe that I created. Now when I click the command
button it loads the VB program without a problem, I have
VB 6 on my computer though. Now on 2 workstations I've
gotten the error
"Run-time error '-2147467259 (80004005)'
'S:\COMMON\FINANCE\FINANCE\PUBLIC\PRODUCTION\2004
\JVS\DATABASE\Finance.mdb' is not a valid path. Make sure
that the path name is spelled correctly and that you are
connected to the server on which the file resides."
Now the VB program the command button is opening is
installed on the users C: drive so they're obviously
connected and the path is correct because it's the same on
all PC's and it works on several other workstations. How
can I fix this? I've seen several posts with the same
error but none of them were really closely related to my
problem and the solutions weren't very helpful. I had a
similar problem on several other computers where I just
needed to preform the following steps I found on another
website.
open CMD prompt
type cd/d "%CommonProgramFiles%\System\Ole DB"
type regsvr32 oledb32.dll
type regsvr32 oledb32r.dll
however that has not solved the problems on these two
computers. Any help is greatly appreciated. Please Email
me at (e-mail address removed) as this is my
first time on the boards here and not sure if I'll be able
to get back here lol.
Thanks again
switchboard manager I've set up a command button to open a
VB 6 .exe that I created. Now when I click the command
button it loads the VB program without a problem, I have
VB 6 on my computer though. Now on 2 workstations I've
gotten the error
"Run-time error '-2147467259 (80004005)'
'S:\COMMON\FINANCE\FINANCE\PUBLIC\PRODUCTION\2004
\JVS\DATABASE\Finance.mdb' is not a valid path. Make sure
that the path name is spelled correctly and that you are
connected to the server on which the file resides."
Now the VB program the command button is opening is
installed on the users C: drive so they're obviously
connected and the path is correct because it's the same on
all PC's and it works on several other workstations. How
can I fix this? I've seen several posts with the same
error but none of them were really closely related to my
problem and the solutions weren't very helpful. I had a
similar problem on several other computers where I just
needed to preform the following steps I found on another
website.
open CMD prompt
type cd/d "%CommonProgramFiles%\System\Ole DB"
type regsvr32 oledb32.dll
type regsvr32 oledb32r.dll
however that has not solved the problems on these two
computers. Any help is greatly appreciated. Please Email
me at (e-mail address removed) as this is my
first time on the boards here and not sure if I'll be able
to get back here lol.
Thanks again