hootie318 this is possible with at least two methods that I know. Quick and simple would be create the 12 months with check boxes and 1 year combo. then each time the form loads populate either set the check box to true or false if there is an entry in the table holding the info.
u can use one table to hold this if you only use one form per controller:
Year
Month
Day
ControllerID
all make up a composite key.
This is just my view and I would like to hear the views of the more experienced programmers?