chineloogbonna
Registered User.
- Local time
- Today, 05:42
- Joined
- Jul 30, 2018
- Messages
- 65
Hello,
I am trying to create an "Update Query" that updates Table 2 when table 1 gets updated. This seems like it would be simple, however, I can't get it to work.
I've tried various combinations of the expression in each field but nothing is working.
Table 1 and Table 2 are connected by "CallID" field on each table. Table 1 will only have one record with the CallID while table 2 will have 1 or more records with the same CallID.
I have a form that runs Query1 on btn click that should update data to Table 1 and Table 2 but it only updates Table 1.
My Update Query is as follows:
Field - TableFieldName
Table - Table1
UpdateTo - [Forms]![FormName]![txtBoxName]
Criteria- [txt_CallID] (Placed only in ID Table Field Name)
Then I added the same thing above for Table 2.
Hope that makes sense.
Thanks!
I am trying to create an "Update Query" that updates Table 2 when table 1 gets updated. This seems like it would be simple, however, I can't get it to work.
I've tried various combinations of the expression in each field but nothing is working.
Table 1 and Table 2 are connected by "CallID" field on each table. Table 1 will only have one record with the CallID while table 2 will have 1 or more records with the same CallID.
I have a form that runs Query1 on btn click that should update data to Table 1 and Table 2 but it only updates Table 1.
My Update Query is as follows:
Field - TableFieldName
Table - Table1
UpdateTo - [Forms]![FormName]![txtBoxName]
Criteria- [txt_CallID] (Placed only in ID Table Field Name)
Then I added the same thing above for Table 2.
Hope that makes sense.
Thanks!