I am trying to match up information from two columns on one table to information from the intersection of a column and a row on the other table. By matching up the column and the row, the intersection of these two will give me one number which is the number that I am looking for Access to generate.
Example. If the maturity (column 1 table 1) is 2022 and the trade date is 10/1/2001 (column 2 table 1) then I want to match it up with the maturity (row 1 table 2) of 2022 and the trade date of 10/1/2001 (column 1 table 2) to get the piece of information that is the intersection between the row and column in table 2.
I am wondering both how to design the table and what the query would be in order to match up the information.
Thanks!
Example. If the maturity (column 1 table 1) is 2022 and the trade date is 10/1/2001 (column 2 table 1) then I want to match it up with the maturity (row 1 table 2) of 2022 and the trade date of 10/1/2001 (column 1 table 2) to get the piece of information that is the intersection between the row and column in table 2.
I am wondering both how to design the table and what the query would be in order to match up the information.
Thanks!