E ecupirate Registered User. Local time Today, 00:08 Joined Apr 19, 2002 Messages 14 Apr 20, 2002 #1 I have a ComboBox with a value list of the months, January,February,etc.. I want to set the default to be the current date plus one month. For this month, I would like the default to be May.. Thanks for any help
I have a ComboBox with a value list of the months, January,February,etc.. I want to set the default to be the current date plus one month. For this month, I would like the default to be May.. Thanks for any help
G Geoff Codd Registered User. Local time Today, 00:08 Joined Mar 6, 2002 Messages 190 Apr 20, 2002 #2 put this in the default value field =Format(DateAdd("m",1,Date()),"mmmm")