I wonder if anyone can help. I have 2 tables, table 1 and table 2. In table 1 i have the following columns:
TransactionId
Insurer
Net
Comms
In table 2 i have:
TransactionId
Fee
I have added a column named Fee to table 1 and would like to update it with the value from the Fee column in table 2 where the transactionid's match.
Can anyone help?
Many thanks
TransactionId
Insurer
Net
Comms
In table 2 i have:
TransactionId
Fee
I have added a column named Fee to table 1 and would like to update it with the value from the Fee column in table 2 where the transactionid's match.
Can anyone help?
Many thanks