Offsuit9_2
New member
- Joined
- Mar 29, 2006
- Messages
- 3
- Programming Experience
- 3-5
Want to test for the existence of a table in an Access Database. If it's there, I want to delete it so that I can reuse it in another make table query. Any ideas? Here are the connection objects I'm using:
Public cnAWAC As New OleDb.OleDbConnection
Public cmd As New OleDb.OleDbCommand
Public rdr As OleDb.OleDbDataReader
Thanks a bundle.
Public cnAWAC As New OleDb.OleDbConnection
Public cmd As New OleDb.OleDbCommand
Public rdr As OleDb.OleDbDataReader
Thanks a bundle.