tuningd Posted November 18, 2003 Posted November 18, 2003 Ok I tried searching but I can't get to the other pages. I need to delete a table from a access database and I have no idea the sql to send? Also how do a copy a table's structure so the new table will be the same as the one I am copying. I do not care about the data just the columns and how they are set up. Thank you Dale Quote
Moderators Robby Posted November 18, 2003 Moderators Posted November 18, 2003 To copy a table.. http://www.w3schools.com/sql/sql_select_into.asp Quote Visit...Bassic Software
Moderators Robby Posted November 18, 2003 Moderators Posted November 18, 2003 To delete a table.. "Drop table tablename" Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.