I'm trying to insert a column in a MS Access table. I can append it fine, but I don't want it as the last column. The table has data, so I don't want to delete columns. I suppose I can clone the table one field at a time, inserting the new column, then populate the new table with the data, then...