Multiple visits for single entry

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to put a field in a form that allows to enter multiple entries
(visits) for a single person who visits our center. I would like to have all
visits connected to the person, no matter how many visits they have. What is
a simple way to do this?
 
Visits should be in a separate table, with Patients table having a one to
many relationship with Visits. Then create a subform just for the visits in
the patient info form.
 
Back
Top