I tried using this code, no worky! Month(Now()) the combobox is name CurMonth it displays the number 3 instead of March???
Figured it out, Format(DateSerial(Year(Date()),Month(Date()),Day(D ate())),"mmmm ")
I tried using this code, no worky! Month(Now()) the combobox is name CurMonth it displays the number 3 instead of March???
Figured it out, Format(DateSerial(Year(Date()),Month(Date()),Day(D ate())),"mmmm ")
Last edited by burrina; 03-08-2013 at 01:45 AM. Reason: Got it
Try Monthname(Month(Now()))