I have a main form with 2 subforms. On the mainform I have a PK autonumber called WCID and on the subforms I have a field callled section ID. The linking is setup as Main WCID and child is section ID. So when I enter data into the mainform it starts the WCID and when I enter data into a subform the child ID get updated and the same thing happens when I enter data into the second subform. But when I go into the table that the subforms report to there are 2 different records instead of 1 record. Why? the subform table looks like this f1 - f5 are on subform 1 and 6 - 10 are on subform 2
f1 f2 f3 f4 f5 f6 f7 f8 f9 f10
1 1 1 1 1
_ ________ 1 1 1 1 1
what do I need to do to get these both in the same record?
jon
f1 f2 f3 f4 f5 f6 f7 f8 f9 f10
1 1 1 1 1
_ ________ 1 1 1 1 1
what do I need to do to get these both in the same record?
jon
Last edited: