How do i create a form that looks like a monthly calendar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to make a form that IS a calendar but each day contains fields that
can be filled like an appointment book. For instance the form would display
all 30 days of the month and I would be able to input items in each day box,
such as "Job Name", & "Number of Units" that I want to schedule for that
particular day.

Thanks
 
I need to make a form that IS a calendar but each day contains fields that
can be filled like an appointment book. For instance the form would display
all 30 days of the month and I would be able to input items in each day box,
such as "Job Name", & "Number of Units" that I want to schedule for that
particular day.

Thanks

I've done this using a Form with 42 subforms (some months have parts
of six weeks), with VBA code to set the Recordsource properties of
each subform to a day's records. It's a bit repetitive and
timeconsuming to set up but works well.

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top