I need to convert a date to a month format

S

SCNSNAP

I need to convert an enrollment date to the month of enrollment. I have
tried several things with no success.
 
D

Duane Hookom

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()
 
Top