G
Guest
I am constructing a health care database using access 2000. I have a table
for Patient Info., Patient tests., Patient reports.,..however; I have no idea
how to design a clinical history table. The problem I am having is that the
clinical history can have more than one value to one patient. For instance,
patient named "Leroy" can have a clinical history of "High blood pressure,
Cancer, and Diabetes". How can I structure this table and how can it then be
displayed on a data entry form?
I named the table "Clinical History"; there are two fields - clinical
history ID (Autonumber) and clinical history (Text). I have listed Cancer,
Diabetes, etc. in the clinical history field. In my Patient Info table I
have a field named "clinical history ID (Number) and in the lookup tab I have
in the Row Source "SELECT DISTINCTROW [Clinical History].*FROM [Clinical
History] ORDER BY [Clinical History].[clinical history];...........This would
works great if one value is selected, however when multiple values apply to
one patient what do I do?
for Patient Info., Patient tests., Patient reports.,..however; I have no idea
how to design a clinical history table. The problem I am having is that the
clinical history can have more than one value to one patient. For instance,
patient named "Leroy" can have a clinical history of "High blood pressure,
Cancer, and Diabetes". How can I structure this table and how can it then be
displayed on a data entry form?
I named the table "Clinical History"; there are two fields - clinical
history ID (Autonumber) and clinical history (Text). I have listed Cancer,
Diabetes, etc. in the clinical history field. In my Patient Info table I
have a field named "clinical history ID (Number) and in the lookup tab I have
in the Row Source "SELECT DISTINCTROW [Clinical History].*FROM [Clinical
History] ORDER BY [Clinical History].[clinical history];...........This would
works great if one value is selected, however when multiple values apply to
one patient what do I do?