Hi there everyone! Im new here but I have a quick question. I am not familiar with much SQL, and I am trying to start learning access and then get into using mysql. Anyways my problem is that I am making a 2 tabled database, one that holds patient information, while another one holds records of patient appointments. My one issue I am running into, is that I want to count how many total appointments a patient has ever had by counting how many date values there are.
Appointment rows all have date, physician, patient, and work tele. Each row consists of a new appointment ( not having a drop down list associated with all dates of the patient. A little "find how many times X's name comes up on the appointment side would work in the same way, so either or is fine by me. Can anyone help? I apologize I realize it is a dumb question ><