QUERYING ACCESS

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an Excel workbook that is querying an Access database, which in turn
queries an Oracle database. Is there a way to have Access automatically
update from Oracle when I open the Excel workbook?
 
Drew

Certainly there would be with code, but can you not using the Oracle ODBC
driver to get the data directly from Excel. It would then simply be a
button press to update.

If you need help with this post back

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
 
It is slightly complex, but I don't believe that I can query the data in
Excel because I am actually joining the data that I am querying from Oracle
to data that I am querying in another Oracle database. I have been using
Access because it will allow me to manually join the data there. Will the
ODBC allow you to join data from two different databases? If so then that
would solve the problem that I am having.
 
You would in effect be using MSQuery in Excel (ODBC) then yes, you can join
the table there and work without access totally. You could probably even
copy the Access SQL directly into MSQuery

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top