
Runs fine, but chokes at workspace when trying to compile
I'm creating a program that runs fine in the
Visual Basic environment, but
chokes with a "Permission Denied" error when I try to compile it. I think
it's having a problem creating a workspace, but I don't know why. Here's
where it has the problem:
Set dbs = OpenDatabase(ResumeDirectory & "Resumes.mdb")
If I create the workspace first, instead of letting it do it automatically,
it will {*filter*}where the workspace is being created.
This is driving me nuts.