Can't Copy Form - Get Path/File Access Error

M

MikeK

I can't make a copy of a form that implements the "Form_DblClick" method. I
get a "Path/File Access Error. Can't find \VBXXX.tmp" followed by "Name
conflicts with existing module, form...." error.

I can "fix" it 2 ways it seems. 1) Open the database exclusively (after
that it works even in shared mode for a while) or 2) Comment out the event
procedure.

I'm totally baffled.
 
Top