Karl Blessing
Programmer
Ok I am working in Access to create a SQL Statment and query to use in ASP, I have two tables, one table has two different Years. The other has a single year.
[tt]
Table 1 | Table 2
------------------------
Key_Year | Year
Year1 |
Year2 |
[/tt]
I want to return all records from Table2 that match either Year1/2 from Table1, since I'll be setting a creteria on Key_year.
But when I make join links from both YEar1/2 to YEar, it says I have a Join Mismatch
Karl
kb244@kb244.com
Experienced in : C++(both VC++ and Borland),VB1(dos) thru VB6, Delphi 3 pro, HTML, Visual InterDev 6(ASP(WebProgramming/Vbscript)
[tt]
Table 1 | Table 2
------------------------
Key_Year | Year
Year1 |
Year2 |
[/tt]
I want to return all records from Table2 that match either Year1/2 from Table1, since I'll be setting a creteria on Key_year.
But when I make join links from both YEar1/2 to YEar, it says I have a Join Mismatch
Karl
kb244@kb244.com
Experienced in : C++(both VC++ and Borland),VB1(dos) thru VB6, Delphi 3 pro, HTML, Visual InterDev 6(ASP(WebProgramming/Vbscript)