Delete hidden forms in Acces

P

ptacek

Hi, I have a problem deleting hidden form from Access database.

I tried to create a new form by copying (Ctrl+C, Ctrl+V). Copying
failed, however, there is a form in my database named ~TMPCLP188001,
obviously some remainder of copy process. I cannot get rid of this. It
only shows in Visual Basic editor, it is not visible in forms list.

I tried to delete it programatically or even change its name. No luck
by now.

Any ideas how to delete it?
 
R

Rick Brandt

Hi, I have a problem deleting hidden form from Access database.

I tried to create a new form by copying (Ctrl+C, Ctrl+V). Copying
failed, however, there is a form in my database named ~TMPCLP188001,
obviously some remainder of copy process. I cannot get rid of this. It
only shows in Visual Basic editor, it is not visible in forms list.

I tried to delete it programatically or even change its name. No luck
by now.

Any ideas how to delete it?

Temp objects are deleted when the database is compacted.
 
Top