Hi!
I use the month() function frequently. It returns an integer based on the month of a date value. My question is, how do I return the month as a normal word? I want to write something like month(date()), but I want the value to be "October", not 10. Obviously I could make a small table with integers and month names, and then do a dlookup()...but is there an easier method???
I use the month() function frequently. It returns an integer based on the month of a date value. My question is, how do I return the month as a normal word? I want to write something like month(date()), but I want the value to be "October", not 10. Obviously I could make a small table with integers and month names, and then do a dlookup()...but is there an easier method???