I'd really like some advice on a project I'm working on.
I'm working on a school project where I'm supposed to build a system for a small dietitian clinic. One of the things I have to do is create a way for a receptionist to book, change and cancel appointments.
I'm storing all patients' info in Access, including their appointments (I know it's not efficient but it's all I know how to do, plus my teacher wants it that way).
I haven't found a control that'll act as a way for the receptionist to view appointments day to day so I'm using a listbox, where choosing a specific date using the datetimepicker will call up a list. Is there a better way?
Sorry for the obvious lack of knowledge.
Thank so much!