ok..I've normalized! :0)
I have:
Main table: txplandata
PK - key (autonumber)
subtable: dx
PK - pkdx (autonumber)
FK - keytx
field 1: primedx (combo box)
field 2: second dx (combo box)
So, any patient can have multiple prime dx's and multiple second dx. I linked the tables via a relationship.
How do I set this up on a form so that the user can easily select more than 1 dx from the combo box related to the primary key on treatmentplandata?
I tried adding multiple combobox fields on the form, but they all populate with the same (whatever is chosen first).
I thought about switching to data entry, but since its a combo box, I don't see that option.
Any help or direction please!
I have:
Main table: txplandata
PK - key (autonumber)
subtable: dx
PK - pkdx (autonumber)
FK - keytx
field 1: primedx (combo box)
field 2: second dx (combo box)
So, any patient can have multiple prime dx's and multiple second dx. I linked the tables via a relationship.
How do I set this up on a form so that the user can easily select more than 1 dx from the combo box related to the primary key on treatmentplandata?
I tried adding multiple combobox fields on the form, but they all populate with the same (whatever is chosen first).
I thought about switching to data entry, but since its a combo box, I don't see that option.
Any help or direction please!