T Tom K via AccessMonster.com Oct 11, 2005 #1 How can I convert a number (1 to 12) into a Month (January, February, ect)?
K Ken Snell [MVP] Oct 11, 2005 #2 Use the MonthName function -- from the Immediate Window: ?MonthName(1) January
T Tom K via AccessMonster.com Oct 11, 2005 #3 Thanks Use the MonthName function -- from the Immediate Window: ?MonthName(1) January Click to expand...
Thanks Use the MonthName function -- from the Immediate Window: ?MonthName(1) January Click to expand...