View Full Version : Path/File access error: "VB4.tmp"


DrSnuggles
09-27-2007, 07:18 AM
All I am trying to do is import a Report from one MS Access db into another.

When I do this I get the following error:
"Path/File access error :"\VB4.tmp"
Press okay and then I get this . . .
"Name conflicts with existing module, project, or object librabry.
Press okay and then I get this . . .
"No Current Record"


Any ideas??

boblarson
10-02-2007, 07:02 PM
All I am trying to do is import a Report from one MS Access db into another.

When I do this I get the following error:
"Path/File access error :"\VB4.tmp"
Press okay and then I get this . . .
"Name conflicts with existing module, project, or object librabry.
Press okay and then I get this . . .
"No Current Record"


Any ideas??

Yeah, make sure both databases compile (from the VBA IDE Window go to DEBUG > COMPILE) as it kind of makes me think that there might be an event that someone typed in manually (or tried to do so) and Access doesn't like that. It manages the events and if someone tried to add a click event for a control, for example, it won't like it.