I feel your pain Rick, watch for "Clueless and Frustrated" because I'm having
about the same issue. I have found a pretty good calendar generator that will
allow you to input data for a particular date
http://www.fabalou.com/Access/Forms/calendar_entry.asp
the only catch is I'm trying to input data for 30 people across 6 weeks. If
you download this calendar you can insert your "check box" on the
dates_subform and it will work. Read the warning however because if you
remove the little "date" text box on the Dates_subform it will screw it up.
The problem I'm having is the "check box" (I'm using a 1/4 combo box) points
to the field where it will put the data through the Combo box control. In the
Dates table it has Value1 and Value2 and you can point the data to Value 1
when you constuct your check box (where do you want the data stored?). My
problem is I can't figure out how to make that combo box (check box) a
selectable variable for lack of a better term. I want to be able to select an
employee from a pulldown and have that selection identify where my combo box
data will go. It sounds simple enough but apparently it's not. Just looking
on the net, people are getting a lot of money for "access calendars" I'm
surprized MS doesn't have a template or something to do this type of
operation. Good luck! Karl
ps If you look at the Calendar form in design and get the properties for the
"choose Month" pull down, look at "On Change" it will show the code used to
make the Calendar if you want to incorporate it somewhere else.