S
Stephm
Hi. I want to run a report that shows all birthdays in a
month by letting the user select the month.
I think I did things the ineffecient way- by setting up a
table listing the 12 months, and then creating an unbound
form to select the month. Then I put the unbound form
info in the query [Forms]![Month Select]![FindMonth]
Here's where I'm having problems: the birthday is 1/12/99
and the selection criteria is January. So how does Access
know that 1/12/99 is in January? I don't care about
years, just that the birthday occurred in the correct
month. DateDiff? Some calendar function? I'm not very
VB/sql skilled. I appreciate any suggestions, details
very much a bonus. Thanks for your help! Steph
month by letting the user select the month.
I think I did things the ineffecient way- by setting up a
table listing the 12 months, and then creating an unbound
form to select the month. Then I put the unbound form
info in the query [Forms]![Month Select]![FindMonth]
Here's where I'm having problems: the birthday is 1/12/99
and the selection criteria is January. So how does Access
know that 1/12/99 is in January? I don't care about
years, just that the birthday occurred in the correct
month. DateDiff? Some calendar function? I'm not very
VB/sql skilled. I appreciate any suggestions, details
very much a bonus. Thanks for your help! Steph