I would like to use a SQL statement to add data from one database, DB1, into a table in another database, tblData in DB2. What is the best way to do this? It seems there are many choices that I've read of so far- the IN statement, INSERT, INTO, etc. Thanks!