Form entries

S

slam41

I have a form to enter data by month. How do you set up the form so I can
have a drop-down list that allows you to just click on the neccessary month
without having to type it over and over.
 
D

Duane Hookom

Create a combo box with a row source of the months. This all depends on what
you mean by "Month". Are the values month numbers, actual dates, text,...?
 
Top