Hello,

I would make a start by reading up on the different datatypes between Access and Oracle - for instance the Text and Memo fields in Access are both represented by the VARCHAR2 field in ORACLE.

You may also like to read up about ODBC connections as this will allow you to write a program from Access which has a connection to ORACLE once your database is ready to export.

Andrew