I am working with the student database template. It has a Camper table, Guardian table, Campers and Guardians table, Campers extended query, Guardians extended query, and Campers and Guardians extended query. It also has a Camper Details form which is based off Camper Extended and uses a guardian subform to link the guardian to the camper. I have made quite a bit of modifications to the template to make it what I need. The guardian subform was a datasheet, and I have now made it a continuous form so that the user can select two guardians in the form view. Now all of a sudden when I select a guardian (combo box) it tells me Field cannot be updated but then it inputs the information.
And when I try to select the second guardian, it says "The Microsoft Office Access database engine cannot find a record in the table 'Campers' with key matching field(s) 'CamperID'
I cannot find anywhere on the form or the subform that says anything about CamperID. 'Campers and Guardians' and 'Campers and Guardians Extended' are the only two places where 'Camper ID' is used. 'CamperID' isn't anywhere. I went back to the template, found where "StudentID' was used so I added it to my database exactly how it is in the student template and that didn't fix the problem. The table 'Camper' is used in this form as part of a query, but 'CamperID' is not one of the values found on that table there either.
I copied the 'Guardian Subform' from the student template and pasted it into mine, made the correct changes to make the form compatible with my database and when I swapped them it is doing the same thing. Except it makes me enter a Guardian Extended.ID Parameter Value and then says the exact same things as my original 'Guardian Subform'
I'm sure it is something crazy simple that I have overlooked, but can anyone offer any suggestions? I have poured over the whole form 10 times and still can't find anything.