Well the only things you really need to concern yourself with is the Provider and the data types. One function can pull data out of Access using the Access data provider and then you can call another function to put the data into Oracle using an Oracle data provider. Oracle has different types and ways it stores data so you will need to study up on that. In other words, you may need to format a "Date" from Access differently before you store it in Oracle.