I am looking for tips or a template that acts like the Outlook agenda. I have to display all hours of the day on a form and the meeting description if there's one at this time. I cannot use Outlook as this would be a standalone application.
I have tried the following: a table for the hours and a table for the meetings. I can acheive what I want by using a left join on the hours table, but as soon as I apply a filter (to only get the meetingd for M. Doe), I loose my hours; only the ones that actually have a meeting scheduled appears. I need to show them all.
Any help is greatly appreciated.
Ben
I have tried the following: a table for the hours and a table for the meetings. I can acheive what I want by using a left join on the hours table, but as soon as I apply a filter (to only get the meetingd for M. Doe), I loose my hours; only the ones that actually have a meeting scheduled appears. I need to show them all.
Any help is greatly appreciated.
Ben