I need to create a staff schedule that shows all appointment times available, not only the ones that have data in them.
For example, in my staff scheduler you might see:
09:00 Consultation Mr Andrews
10:00 Consultation Mr. Withers
13:00 Consultation Ms. Frew
What I want is for the report to return the empty times as well:
09:00 Consultation Mr Andrews
10:00 Consultation Mr. Withers
11:00
12:00
13:00 Consultation Ms. Frew
14:00
15:00
16:00
I suspect that I can do this by creating an access database based on these times (which are stored as seconds after midnight in my database) and linking this to my btrieve database at the appointment time field.
I have tried to do this in access, but always received an error in Crystal when I tried to link the access database to my btrieve database.
I am not very access-literate, could anyone tell me the specific steps needed to make this work ?
Thanks in advance !
For example, in my staff scheduler you might see:
09:00 Consultation Mr Andrews
10:00 Consultation Mr. Withers
13:00 Consultation Ms. Frew
What I want is for the report to return the empty times as well:
09:00 Consultation Mr Andrews
10:00 Consultation Mr. Withers
11:00
12:00
13:00 Consultation Ms. Frew
14:00
15:00
16:00
I suspect that I can do this by creating an access database based on these times (which are stored as seconds after midnight in my database) and linking this to my btrieve database at the appointment time field.
I have tried to do this in access, but always received an error in Crystal when I tried to link the access database to my btrieve database.
I am not very access-literate, could anyone tell me the specific steps needed to make this work ?
Thanks in advance !