ok, im not sure what you want, but i'll try. Your question is, you want to insert data into an existing table?
Your SQL command "select into" creates a new table of data, that is not the command that you should be using.
You can write an "INSERT INTO (select * from....)
where your select statement in the brackets would be your subquery, the selection of what you want from the excel file, and inserted into an existing table.
Cameronsmith63
Junior Poster in Training
74 posts since May 2010
Reputation Points: 19
Solved Threads: 4
Skill Endorsements: 0