I need to convert a date to a month format

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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