J
J Holtendehouzer
Hi! I'm designing a database that will check drugs for compatibility. This
requires that I compare one drug with other drugs in the same table
(tblDrugs).
The way I have it set up now is with another table (tblCompatibility) with
DrugID1, DrugID2, and a yes/no field for compatibility.
I think it will work fine, but it seems like a "clunky" solution to me. Is
there a "better" way?
Thanks!
Joe
requires that I compare one drug with other drugs in the same table
(tblDrugs).
The way I have it set up now is with another table (tblCompatibility) with
DrugID1, DrugID2, and a yes/no field for compatibility.
I think it will work fine, but it seems like a "clunky" solution to me. Is
there a "better" way?
Thanks!
Joe