N
newboy21
Please help me with my problem. I would like to join 2
tables together using a date field.
Table1 has 3 fields:
KeyName1, Name1, Date1.
1, fred, 1-Jan-04
2, adam, 4-Apr-04
Table 2 has 3 fields:
KeyName2, Name2, Date2.
1, Mary, 2-Feb-04
2, Anne, 3-Mar-04
What I want is a query that will end up with the 2 tables
joined together and sorted buy date:
Name1, Date, Name2
fred, 1-Jan-04, blank
blank, 2-Feb-04, Mary
blank, 3-Mar-04, Anne
adam, 4-Apr-04, blank
Is this possible in access, I dont realy want to use VBA,
if so how?
tables together using a date field.
Table1 has 3 fields:
KeyName1, Name1, Date1.
1, fred, 1-Jan-04
2, adam, 4-Apr-04
Table 2 has 3 fields:
KeyName2, Name2, Date2.
1, Mary, 2-Feb-04
2, Anne, 3-Mar-04
What I want is a query that will end up with the 2 tables
joined together and sorted buy date:
Name1, Date, Name2
fred, 1-Jan-04, blank
blank, 2-Feb-04, Mary
blank, 3-Mar-04, Anne
adam, 4-Apr-04, blank
Is this possible in access, I dont realy want to use VBA,
if so how?