Hi Garry,
You got the Load Library error because you used a path that includes spaces
without using quotes around the entire path. For example, the statement shown
in this KB article is wrong, and will produce the same Load Library error on
any Windows PC:
http://support.microsoft.com/?id=833220 See Method 1, section 2, which
includes the following:
Regsvr32.exe C:\Program Files\Common Files\Microsoft Shared\DAO\Dao360.dll
To fix this, you need to either use double quotes, like this:
Regsvr32.exe "C:\Program Files\Common Files\Microsoft Shared\DAO\Dao360.dll"
or, use the short path form, like this:
Regsvr32.exe C:\progra~1\common~1\micros~1\dao\dao360.dll
Tom
http://www.access.qbuilt.com/html/ex...tributors.html
http://www.access.qbuilt.com/html/search.html
__________________________________________
"Garry" wrote:
Now I'm really worried. I tried your suggestion and got the message:
"Load Library "DAO360.dll' failed. The specified module could not be
found!"
However, the file DAO360.dll does exist in :
C:\Program Files\Common Files\Microsoft Shared\DAO
I wonder if the registery is messed up?
Garry Gross