Deleteing table with vb

R

Roy Goldhammer

Hello there

I need to delete tables from access database via VB code (not access VB)

Is there a way to do this?

any help would be useful
 
A

Alex Dybenko

try "drop table" sql
or if you use DAO - then you can use tabledefs collection
 
Top