Is there a way to select data from a table in database a and insert into a table in database b. For use in archiving for instance. Each database has a seperate DSN.<br><br><CFQUERY NAME="GetStatusData" DATASOURCE="Sites"><br>INSERT INTO GeneralArchive.StatusSnapshot_tbl (SnapshotDate, Plant, week, status, statusdate)<br> SELECT #Now()#, plant, '1',<br><!--- #DateDiff("WW", Start_Date, Now())# + 1, ---><br> status, status_date<br> FROM checklist_tbl<br> where N1 <> 'C' <br> ORDER by plant<br></cfquery><br><br> <p>Dave Joyce<br><a href=mailto
aveJoyce@hotmail.com>DaveJoyce@hotmail.com</a><br><a href= > </a><br>