Hi - I have tried so much for the past few weeks and now I am reaching out to you! I have a physician's office that has appointments. I want to pull them into a CR and show the open slots.
I really need to be able to do something like this:
time type of visit
0800
0815
0830
0845
0900 EPL
0915 EPL
0930
0945 DOB
1000
1015 EPL
1030 EPL
The database HAS the following:
0900 EPL
0915 EPL
0945 DOB
1015 EPL
1030 EPL
1545 NEW
I need to show the holes in the schedule. I can pull a very nice list of everything that is scheduled and an LEFT OUTER JOIN will not work because the data does not exist in the Right. Since the data does not exist, it is not null and there is no reference to link the missing data to the time slot table.
I created a table of my time slots. I linked it to the "actual schedule" from the database and now I trying to pull the time slots on the left BUT show which time slots are booked.
I really need help with this! Any ideas?