I'm not sure if this is possible, but I'd really appreciate if someone could let me know.
I have a data entry form for a table, Appointment. The data that goes into this includes Doctor_ID, Patient_ID, Appointment_Date, and Appointment_Timeslot.
Some patients will require multiple appointments, but it would be tedious to repeatedly put in the Doctor and Patient information for, say, six appointments. Is it possible to use one data entry form to input multiple records at once, whereby I could select the Doctor_ID and Patient_ID once, but input multiple separate dates and times, then save all of these records in one go?
If not, is there any way to auto-fill the fields of a new record with the information which was submitted into the last record saved? Eg, when I click "save appointment" a macro would both save the information for that record, and insert it into the fields of a new record, so all I would have to do is enter the date and time of the next appointment before saving that too.
It would be great to hear any solutions to this problem. Thanks in advance.