T
TerryJayFoster
I have an external application that writes to independent tables in
FoxPro format. I am able to access the tables just fine with an ADO
connection and add, edit and update.
My problem is that I need to join the results from two of the tables.
There is one table that has a list of locations, indexed by a key, and
another table that has events with the location index.
I need to join these two tables and present the results on a report.
I would prefer not to use ODBC, if possible.
Any way to get this done?
FoxPro format. I am able to access the tables just fine with an ADO
connection and add, edit and update.
My problem is that I need to join the results from two of the tables.
There is one table that has a list of locations, indexed by a key, and
another table that has events with the location index.
I need to join these two tables and present the results on a report.
I would prefer not to use ODBC, if possible.
Any way to get this done?