Default Workgroup Fil: How to remove?

K

Koorosh

Hi

I used the call Application.SetDefaultWorkgroupFile("SOMEFILE.MDW") in my
program. Now, even after commenting it out and restarting Access, I get the
prompt for user name and password for the mdw file.

How can I make my program forget about the workgroup file?

Thanks
 
P

Paolo

Hi Koorosh,

Application.SetDefaultWorkgroupFile("") must restore the default mdw file

HTH Paolo
 
Top