Hi
I have an Access 97 Application that has several Access tables as well as several others linked to an ORACLE database. I am trying to set the rowsource of a graph to a query that links one of the access tables with one of the linked oracle tables. This query runs much slower than it should. Does anyone know how I can improve the performance of these kind of queries?
The query will look something like this
SQL = "Select * from OracleTable WHERE ID IN (Select AccessID from AccessTable)"
Thanks
rthomsen
Start Free Trial