Hi -
i'm bad in describing problems but I'll try it that way:
One table contains names such as
123 || Bush | William
124 || Megan | Jude
125 || Rowe | John
The other table is related to the above in 1:n and contains dates:
1 || 2002/02/14 | Date1 | 123
2 || 2002/02/12 | Date2 | 123
3 || 2002/02/13 | Date3 | 124
4 || 2002/04/13 | Date4 | 125
What I want is a query which delivers for a specific month, say 2 (February) and a specific year, say 2002, all names that have at least one date in this month, so in this example it would deliver:
123 | Bush | William
124 | Megan | Jude.
I just don't have an idea how to do this! Could someone help me?
i'm bad in describing problems but I'll try it that way:
One table contains names such as
123 || Bush | William
124 || Megan | Jude
125 || Rowe | John
The other table is related to the above in 1:n and contains dates:
1 || 2002/02/14 | Date1 | 123
2 || 2002/02/12 | Date2 | 123
3 || 2002/02/13 | Date3 | 124
4 || 2002/04/13 | Date4 | 125
What I want is a query which delivers for a specific month, say 2 (February) and a specific year, say 2002, all names that have at least one date in this month, so in this example it would deliver:
123 | Bush | William
124 | Megan | Jude.
I just don't have an idea how to do this! Could someone help me?