Hi,everyone,I have some problem in ASP,I need help.
Our database is Access2000, we have Query1,Query2,base on them we made Query3.
Query3:
SELECT Query1.JobNum, Query1.launchDate, Query2.Company, Query2.MaxOfIssueDate
FROM Query2 INNER JOIN Query1 ON Query2.Jobnum = Query1.JobNum;
If I want to get same result through ASP,How can I put three Query together,and write SQL for it?
thanks for any suggestion,your help will be greatly appreciated.
Our database is Access2000, we have Query1,Query2,base on them we made Query3.
Query3:
SELECT Query1.JobNum, Query1.launchDate, Query2.Company, Query2.MaxOfIssueDate
FROM Query2 INNER JOIN Query1 ON Query2.Jobnum = Query1.JobNum;
If I want to get same result through ASP,How can I put three Query together,and write SQL for it?
thanks for any suggestion,your help will be greatly appreciated.