I have one unbound form which contains two subforms.
The record source of the first subform is a table containing transaction headers.
The record source of the second subform is a table containing transaction lines.
The link between the two tables is the Transaction identifier: relationship is one (in headers) to many (in lines)
The selection works perfectly - it shows all lines associated with a particular header in the second subform.
Problem: I can select and edit the first line of the second subform, but I cannot select or edit any subsequent lines although they do show up (though oddly, I can edit a boolean field in those subsequent lines). The cursor simply jumps back to the first line.
The record source of the first subform is a table containing transaction headers.
The record source of the second subform is a table containing transaction lines.
The link between the two tables is the Transaction identifier: relationship is one (in headers) to many (in lines)
The selection works perfectly - it shows all lines associated with a particular header in the second subform.
Problem: I can select and edit the first line of the second subform, but I cannot select or edit any subsequent lines although they do show up (though oddly, I can edit a boolean field in those subsequent lines). The cursor simply jumps back to the first line.
Comment