Hey all,
I am trying to do some maintenance on an old app and I have a problem
compiling. I think this was written in VB4 originally (32 bit) and I am
working in VB5. It runs fine when I am testing but I get an error when I try
to create a new exe file. The error is 'compile error', 'permission denied'
and the UI zeros in on ' Set FileWorkspace = Workspaces(0)' with a highlight
on 'Workspaces'.
The mdb file was originally an Access 2.0 file that I converted to Access
2000 now and that seems to open just fine. I don't think there is any
password protection on the file since I could convert it and open it to see
the tables just fine.
I do have a statement earlier in the procedure that is 'Dim FileWorkspace As
Workspace' so this does seem to be declared properly.
Does anyone have any advice as to where the problem is and how to fix it? I
am not the original author on this application and I am working on a system
that has not been used to work on this application before so I may have a
set up problem and just not know it.
Your advice is appreciated.
Thanks,
Jerry Robertson
>> Stay informed about: Permission denied when ""Set FileWorkspace = Workspaces(0)""..