Alright here is what I'm trying to do, I am trying to create a web page (either by using note pad or web developer) that will allow the following:
- end users will be able to view available appointment times (mon - fri 7:45 - 9:45 and wed. additional appointment times from 3:00 - 5:00; saturdays and sundays should automatically be blocked off from being able to book appointments)
- end users will be able to book an appointment or edit/delete their own appointment based on only those appointment times that have not already been used (1 for every 15 minutes example: 7:45 one appointment, 8:00 one appointment)
- administrator access to allow admin to be able to designate a specific date such as holidays as closed so that appointments can not be made that day
- admin access to also delete/edit/add appointments
I have been working on this for about 5 weeks and come to a dead end every time, if you could provide any help it would be greatly appreciated.
- end users will be able to view available appointment times (mon - fri 7:45 - 9:45 and wed. additional appointment times from 3:00 - 5:00; saturdays and sundays should automatically be blocked off from being able to book appointments)
- end users will be able to book an appointment or edit/delete their own appointment based on only those appointment times that have not already been used (1 for every 15 minutes example: 7:45 one appointment, 8:00 one appointment)
- administrator access to allow admin to be able to designate a specific date such as holidays as closed so that appointments can not be made that day
- admin access to also delete/edit/add appointments
I have been working on this for about 5 weeks and come to a dead end every time, if you could provide any help it would be greatly appreciated.