Hi,
I am having a problem writing a transaction to UPDATE 3 linked tables at the same time from a single form.
Example
table 1
col1ID PK
col2ID FK Table 2.Col1ID
col3ID FK Table 3.Col1ID
col4
col5....
table 2
Col1ID PK
Col2
Col3
table 3
Col1ID PK
Col2
Col3
I have written a transaction to read the data back from these multiple tables to the user form(which works perfectly) but am having problems UPDATE-ing the tables, has anyone got any ideas or pointers - would be much appreciated
I am having a problem writing a transaction to UPDATE 3 linked tables at the same time from a single form.
Example
table 1
col1ID PK
col2ID FK Table 2.Col1ID
col3ID FK Table 3.Col1ID
col4
col5....
table 2
Col1ID PK
Col2
Col3
table 3
Col1ID PK
Col2
Col3
I have written a transaction to read the data back from these multiple tables to the user form(which works perfectly) but am having problems UPDATE-ing the tables, has anyone got any ideas or pointers - would be much appreciated