J
jassnaround
I have a form named Patients Info with a subform on it for Household Members.
The Patients Info form is created from the table: Patients and the Household
Members subform is created from the table:FedPovertyLevel. The table
Patients is related to the table FedPovertyLevel in a one to many
relationship.
The problem I have is that when a second, third, etc Household Member is
added, the button for the record selector on the main form now has to be
clicked forward by the number of household members. For Example, if only one
name is entered as a Household member, there is only one instance of the
Patient record shown when the record selector button is clicked. However, if
2 names are entered as Household Members, then the record selector button
will show the same patient 2 times.
What can I do to make it so that all Household members show up on one click
of the Patients record selector button?
The Patients Info form is created from the table: Patients and the Household
Members subform is created from the table:FedPovertyLevel. The table
Patients is related to the table FedPovertyLevel in a one to many
relationship.
The problem I have is that when a second, third, etc Household Member is
added, the button for the record selector on the main form now has to be
clicked forward by the number of household members. For Example, if only one
name is entered as a Household member, there is only one instance of the
Patient record shown when the record selector button is clicked. However, if
2 names are entered as Household Members, then the record selector button
will show the same patient 2 times.
What can I do to make it so that all Household members show up on one click
of the Patients record selector button?