I am using ADO and SQL to alter a table. How can I use the "INSERT INTO" command to insert a record in a blank table? I get an error message whenever I try to insert info into a blank table using "INSERT INTO." How can I check a table to see if it is blank? Is there a way to rename a field in a table using ADO? Thanks!