Default Workgroup Fil: How to remove?

  • Thread starter Thread starter Koorosh
  • Start date Start date
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
 
Hi Koorosh,

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

HTH Paolo
 
Back
Top