J
jess
I have a field that contains birthdays. I want to be able
to use a parameter that will prompt for the month only on
that date field. Such as month 1 through 12.
I was using a function that will retreives only the month
but it retreives the current month.
Month([DateBirth])=Month(Now)
to use a parameter that will prompt for the month only on
that date field. Such as month 1 through 12.
I was using a function that will retreives only the month
but it retreives the current month.
Month([DateBirth])=Month(Now)