Deleting a Database

D

Don

Is it possible through code, to delete another database? I've got a bound
control on my form with the path statement to another database. I want to be
able to create a command button that will delete the database at the end of
the path statement. I could use some help with the syntax for the code
required to do this.

Thanks, in advance.
 
R

ruralguy via AccessMonster.com

Look up the Kill function in VBA help.
Is it possible through code, to delete another database? I've got a bound
control on my form with the path statement to another database. I want to be
able to create a command button that will delete the database at the end of
the path statement. I could use some help with the syntax for the code
required to do this.

Thanks, in advance.
 

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

Top