Relationships make the data just as connected as having them in the same table.
I don't see a primary key field (as a normalized database would have). How do I know which OP goes with which OPCONT1 in the last group of post #8. There needs to be some way for the CONT1 record to be connected to the plain OP record.
Anyway, you can use an UPDATE query and just use references to your form controls to get the values that you want to update the record to. You just need to setup your WHERE clause to find the correct CONT1 record.
I don't see a primary key field (as a normalized database would have). How do I know which OP goes with which OPCONT1 in the last group of post #8. There needs to be some way for the CONT1 record to be connected to the plain OP record.
Anyway, you can use an UPDATE query and just use references to your form controls to get the values that you want to update the record to. You just need to setup your WHERE clause to find the correct CONT1 record.
Comment