If I were you, I would do a one to many relationship with one table having an appt ID as PK, date and test ID, then create a 1 to many from from that table to another table having all the tests in it. Each test ID would have the test details, result, date of result, consultant, value etc.
A...