Using CF and Access, I want to append the contents of a table in datasource A onto the end of an identical table in a different datasource B (a completely different database).<br>I suppose I could read into an array and then loop thru the array INSERTing VALUES into the new table, but is there a simpler way?