Delete hidden forms in Acces

  • Thread starter Thread starter ptacek
  • Start date Start date
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?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top