Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can i run a query >???? 1

Status
Not open for further replies.

rpbenito

Programmer
Jun 13, 2001
63
US
Is it possible to run a query against two tables located on different severs in Oracle using VBA? If so how should I go about doing that? THanks
 
You need to establish an ODBC connection to the Oracle DB server and then either link to the tables or import the data needed. Then you build a query just as you would for any native Access table.

HTH Joe Miller
joe.miller@flotech.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top