Hi,
I have a table that contains date information. This is a table of bookings for an individual. The table also has a field for the hour that the task is due to start and also a field for the number of hours the task will take.
I am trying to create a report that will display all the free time an individual has. Is there some way i can check the table and return, for each date, all the time the person is free.
Basically, what i want is to report on all the data that is NOT in a table.
Thanks
I have a table that contains date information. This is a table of bookings for an individual. The table also has a field for the hour that the task is due to start and also a field for the number of hours the task will take.
I am trying to create a report that will display all the free time an individual has. Is there some way i can check the table and return, for each date, all the time the person is free.
Basically, what i want is to report on all the data that is NOT in a table.
Thanks