C
Chris
Hello again,
I have a form that includes multiple subforms linking one-
to-one on two fields, namely detailled diagnosis sheets.
The user is supposed to fill out only one detailled
diagnosis sheet, depending on which diagnosis he
primarily indicated on the parent form.
Consequently, if the diagnosis is later changed, the old
detailled diagnosis should be deleted.
I am currently just opening the table of the old
diagnosis as a recordset and performing a search on the
two linking values, but as the records are getting quite
large and the computer is slow, is there a better way?
TIA
Chris
I have a form that includes multiple subforms linking one-
to-one on two fields, namely detailled diagnosis sheets.
The user is supposed to fill out only one detailled
diagnosis sheet, depending on which diagnosis he
primarily indicated on the parent form.
Consequently, if the diagnosis is later changed, the old
detailled diagnosis should be deleted.
I am currently just opening the table of the old
diagnosis as a recordset and performing a search on the
two linking values, but as the records are getting quite
large and the computer is slow, is there a better way?
TIA
Chris