Date Question (1 Viewer)

ecupirate

Registered User.
Local time
Today, 11:14
Joined
Apr 19, 2002
Messages
14
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
 

Geoff Codd

Registered User.
Local time
Today, 11:14
Joined
Mar 6, 2002
Messages
190
put this in the default value field

=Format(DateAdd("m",1,Date()),"mmmm")
 

Users who are viewing this thread

Top Bottom