G
Guest
I am designing a databse with several tables regarding patient information.
One table lists the tests patients have recieved, and I need to count how
many tests each patient has had, as well as how many of the tests are
positve. Right now, I have a table containing each test as a field, with
check boxes. How can I count the total tests per patient, and count the
total positive tests (I assume I will need a second table for results).
One table lists the tests patients have recieved, and I need to count how
many tests each patient has had, as well as how many of the tests are
positve. Right now, I have a table containing each test as a field, with
check boxes. How can I count the total tests per patient, and count the
total positive tests (I assume I will need a second table for results).