Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deleting, Importing, and renaming tables in an access database

Status
Not open for further replies.

Paladyr

Programmer
Apr 22, 2001
508
US
If I open a connection to a database, how do I code a delete table, or import a table from another database, or rename a table using ADO??? I just need to know the syntax for it. Thanks for the help!
 
Okay, I figured out how to delete the entire contents of a table, but still haven't found a way to "import" all of the data from another identical table into a table of the same design in a different database. It is basically just a customer table. Linking the table is not an option. The whole design of these databases is horrible so I want to keep them all seperate for now. I guess I could just loop through all the records and copy the data from each field into a string, then import it field by field into the table. I just figured there was a way to import a table's contents into another table. If anyone could give any help it would be greatly appreciated!
 
Okay, I still really need to know how to do this, or if there is even a way!!! Does anyone have any clue if this is possible?
 
Is there any way at all of doing this, even without ADO????
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top