Two solutions on the top of my mind.

#1 -- Oracle side solution
Oracle Heterogeneous Services allows you to connect to whatever ODBC/OLEDB datasource, including MS-ACCESS

#2 -- MS-Access side solution
You can link from MS-Access to an Oracle database defining Oracle side tables as external tables.

Hope this helps.