DCCoolBreeze
Programmer
OK. Can this be done. Let's say we have two tables. A main table (main) and a detail table (detail). They are connected via ID field. Now I want to update some records in the detail table. These records (recordset) is derived from information in the main table. For example:
MAIN ID, fld1, fld2, fld3, ...
DETAIL D_ID, ID, dfld1, dfld2, dfld3, ...
Now I want to update dfld2 for all records that are part of ID, fld1 and fld3 from the main table. How can this be done???
MAIN ID, fld1, fld2, fld3, ...
DETAIL D_ID, ID, dfld1, dfld2, dfld3, ...
Now I want to update dfld2 for all records that are part of ID, fld1 and fld3 from the main table. How can this be done???