In trying to describe what I believe is happening, I discovered a different problem that is potentially more serious.
First, an instance of the original problem: in the table, DropdownDataQPE2, the field 1_S-gui_1_a has an entry on record 9. This entry belongs to case 2, as indicated in the field FKMainData. The first instance of case 2 is record 4, for which this field is blank. What I would like to have happen is for the entry for this field in record 9 to appear in record 4 instead. There are several more instances of this, particularly in the fields 1_pro_2a and 2_pro_1_a. These two fields are fed from sub-subforms on a subform, so the problem might be with the subform, frmProbing subform.
The new problem I discovered is that although the subforms are connected to the main form on two fields, FKMainData and IDNo—the tables are related on Primary key, MainDataQPR2 and FKMainData, DropdownDataQPR2—for some records only IDNo has data and not FKMainData, for other records it’s the opposite, and some records have nothing for either field. Since these are the fields I’m using to create data sets for analysis with SPSS, they have to be populated for each record.