VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Code will remove all tables in an MS Access database. Make sure to set a reference to the MS DAO 3.

Brandon  (46 Submissions)   Databases/Data Access/DAO/ADO   VB.NET   Unknown Difficulty   Thu 1st March 2007   Mon 8th February 2021

Code will remove all tables in an MS Access database. Make sure to set a reference to the MS DAO 3.6 Object Library.

API Declarations


'in the debugger window.
'all your tables in your database will now be gone!!!!!

Public db As Database
Public rst As Recordset
Public tdf As TableDef
Public tdfs As TableDefs


Rate Code will remove all tables in an MS Access database. Make sure to set a reference to the MS DAO 3. (2(2 Vote))
Code will remove all tables in an MS Access database. Make sure to set a reference to the MS DAO 3..bas

Code will remove all tables in an MS Access database. Make sure to set a reference to the MS DAO 3. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters