G Guest Dec 16, 2004 #1 I need to convert an enrollment date to the month of enrollment. I have tried several things with no success.
I need to convert an enrollment date to the month of enrollment. I have tried several things with no success.
D Duane Hookom Dec 16, 2004 #2 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()
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()