Delete the open form

  • Thread starter Thread starter Pietro
  • Start date Start date
P

Pietro

Hi,

I'm running a vb code to delete all forms if a cetrain condition is true,
it works perfectly and deletes all forms except the one through which i'm
running the code, is there a way to delete all forms including the one
running the code?
 
Pietro said:
Hi,

I'm running a vb code to delete all forms if a cetrain condition is true,
it works perfectly and deletes all forms except the one through which i'm
running the code, is there a way to delete all forms including the one
running the code?

No, there isn't.
 
Thank you Douglas for your reply..
Can i run a function from this form, if yes, please tell me more details
 
Run a function from the form to do what: to delete the form? No, you can't.

Why don't you explain what goal you're trying to accomplish? Deleting forms
from a production application is a very unusual requirement.
 
  I'm running a vb code to delete all forms

Having spent all your valuable time creating them ?
 

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

Similar Threads

DELETE FROM a table WHERE... 1
Delete open forms 6
Delete DB objects 3
On db Exit 4
Opening Access 2000 Problem 2
Deleted Code Module! 1
Form deleted - code still there ?? 2
Deleting many forms or queries or reports 11

Back
Top