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.
 
Top