Can anyone help me?
I have developed a form and subform that looks for a given family name from one table, and returns all of the family member names (and corresponding attributes) from another table within the subform. The family name is selected via a combo box within the main form. The correct number of family members are always returned within the subform.
Though the correct corresponding family member's information is displayed, the cursor, once released, always "snaps back" to the 1st record. The subform only lets me edit the 1st record. No additions can be made either, even though I have chosen "yes" for edits, adds and deletes within subform properties.
I have checked all of the properties within the subform, and the field linked between the subform and main form. I can't find anything that would appear to be causing this problem.
What do I need to do to allow the user to edit all records within the subform?
Thanks in advance for your help.
I have developed a form and subform that looks for a given family name from one table, and returns all of the family member names (and corresponding attributes) from another table within the subform. The family name is selected via a combo box within the main form. The correct number of family members are always returned within the subform.
Though the correct corresponding family member's information is displayed, the cursor, once released, always "snaps back" to the 1st record. The subform only lets me edit the 1st record. No additions can be made either, even though I have chosen "yes" for edits, adds and deletes within subform properties.
I have checked all of the properties within the subform, and the field linked between the subform and main form. I can't find anything that would appear to be causing this problem.
What do I need to do to allow the user to edit all records within the subform?
Thanks in advance for your help.