I am over my head here, trying to build a simple appointment db.
I downloaded some examples (with Calendars) from the net and I realize that is a very difficult task.
(I read the "Create your own calendar" faq702-838)
I decided that you don't really need a calendar (Outlook style) if you just need to note appointments, so I came up with another design:
I read faq702-681 & faq702-4246 about dual listboxes and filter the one based on the other BUT I can't really get it...
The key points is:
(1) To have a single date in the 1st listbox even if there are more appointments in that day. (dates with no appointments of course shouldn't appear)
(2) When you select the date the 2nd listbox to show only the appointments (time) of the date selected in the 1st listbox.
(3) When you select the time, the Record with the appointment to appear.
Any help, or even better a ready example will be appreciated!
I downloaded some examples (with Calendars) from the net and I realize that is a very difficult task.
(I read the "Create your own calendar" faq702-838)
I decided that you don't really need a calendar (Outlook style) if you just need to note appointments, so I came up with another design:
I read faq702-681 & faq702-4246 about dual listboxes and filter the one based on the other BUT I can't really get it...
The key points is:
(1) To have a single date in the 1st listbox even if there are more appointments in that day. (dates with no appointments of course shouldn't appear)
(2) When you select the date the 2nd listbox to show only the appointments (time) of the date selected in the 1st listbox.
(3) When you select the time, the Record with the appointment to appear.
Any help, or even better a ready example will be appreciated!