|
Re: Apparently permissions preventing VB code access to Windows\System32 folder As always... those of you that take time out your day to read these news
groups and post your suggestions and solutions desire so much more than a
simple text thank you. Unfortunately, that's all I can offer in this forum.
Thank you for your help and thank you to Dennis with Microsoft who called
with a fix.
Installing Microsoft's Direct Mail Manager Update (v.2.02.0044) copied the
dll files into the "C:\Windows\SysWOW64" folder.
After installing this update my Access VB code runs perfectly without an
absolute path to the dll file names.
Declare Function DAZOptions Lib "emdaz32.dll" (ByVal lngHandle As Long)
As Long
It still runs great even after uninstalling the update because the dll files
remain in the "C:\Windows\SysWOW64" folder. If I remove the files from this
folder I experience the same "File not found" error as before.
Apparently with Windows Vista I must copy dll files to the
"C:\Windows\SysWOW64" folder.
(Actually the update installed them in both folders so I've left them both
in each folder.)
Thanks
Rick |