I need to convert an enrollment date to the month of enrollment. I have
tried several things with no success.
What do you mean by "convert" and what do you mean by "Month"? You can
display the month name or month number by:
- setting the format property of a control
- using Format(), Datepart(), Month(), MonthName()

Signature
Duane Hookom
MS Access MVP
> I need to convert an enrollment date to the month of enrollment. I have
> tried several things with no success.