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
 

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