How do I create an appointment book with multiple columns?

G

gr8852

Basically, what I want to do, is have a form with a calendar (calendars) on
it (one calendar showing the current month, and another showing the next
month), when I select a date, one of 2 things will happen:
1. If a page (record) already exists with the selected date on it, then
open that page and allow editing of the appointments.
2. If no page (record) exists with the selected date on it, then create the
new page (record) and insert the date.
Once the date has been entered on the page, I want to have it so that the
date/page can't be edited, deleted, or duplicated, but the appointments can
be edited (I may use a sub-form for the actual appointment times). Hope this
explains clearly what I am attempting to achieve. Thanks.
 
Top