Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I set the current month to default in a drop down list

Status
Not open for further replies.

Gatorborne

Technical User
Jan 3, 2002
3
US
I created a drop down list with all the months. My question is, how do I get the current month to be the default value?
 
If you go into the properties of your combo box and enter the following in the Default Value field:-
=Format(Now(),"mmmm")

It should default to the current month.

HTH

Steve. Make things as simple as possible — but no simpler.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top