Create one table from 10 tables in two files 
Author Message
 Create one table from 10 tables in two files

A coworker gave me a pair of SQL queries to incorporate into a
database package I wrote some time back. One of the queries calls the
other. He has these queries working in Access97. I am using ADO in VB6.

I have tried various ways to put these into my program, but with no
luck. The full query references 10 tables in two MDB files.

     qryGetFinalData

     SELECT DISTINCT qryGetParameterInfo.ConsumingFunctionName,
     qryGetParameterInfo.ConsumingAppName,
     <SNIP>

     qryGetParameterInfo

     SELECT Function.Name AS ConsumingFunctionName, Application.Name AS
     ConsumingAppName,
     <SNIP>

     All suggestions appreciated.



Tue, 06 Jul 2004 07:19:03 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Comparing two tables and then updating one table.

2. SQL - Join one table in one destination to another table in another destination (DBF)

3. Quering two tables in two different files

4. Auto create record for one-to-one relationship tables

5. how to use VB open two MSaccess tables in one form

6. Data Entry to two seperate tables from one control simultaneously

7. Two problems with copying tables from one database to another

8. Combining two tables with one field in common

9. how to use VB open two MSaccess tables in one form

10. how to use VB open two MSaccess tables in one form

11. how to use VB open two MSaccess tables in one form

12. Accessing two tables on one form

 

 
Powered by phpBB® Forum Software