R Reboot Feb 25, 2004 #1 Does anyone out there know the registry hack to allow Access database file to be sent?
G G. Samuel Hays Feb 27, 2004 #2 Outlook? Or Outlook express? To be sent or to be receieved? If someone is trying to send you an mdb and you cannot save it, there is what microsof calls the L1Remove key. I've pasted a regedit script: <snip> Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Outlook\Security] "Level"=dword:00000003 "UseCRLChasing"=dword:00000001 "Level1Remove"="exe;zip;url;mdb;doc;xls" </snip> Where "Level1Remove=" are all the extensions, seperated by semi-colon that you want to be able to accept. Best Regards, -Sam
Outlook? Or Outlook express? To be sent or to be receieved? If someone is trying to send you an mdb and you cannot save it, there is what microsof calls the L1Remove key. I've pasted a regedit script: <snip> Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Outlook\Security] "Level"=dword:00000003 "UseCRLChasing"=dword:00000001 "Level1Remove"="exe;zip;url;mdb;doc;xls" </snip> Where "Level1Remove=" are all the extensions, seperated by semi-colon that you want to be able to accept. Best Regards, -Sam