piersonb
02-29-2008, 07:02 AM
Ok I have 2 tables. (transaction and update) transaction contains 3 fields [account], [set 1] and [set 2]. Update contains 2 fields [account] and [value]. [account] links the two tables together.
What I am trying to do is create a query that takes the 2 tables and adds the information in [value] to [set 2] for each matching account. Some fields in [accounts] in transactions already have information but those accounts don't match any in the update table.
I would like to have the transaction table be the final resting point of the merge data if possible. I am also hoping to do this with out creating a new table but if that is the only way to do this then I can.
Here is the database I am using as my example and testing environment.
Any help or pointers are welcome.
Thank you.
What I am trying to do is create a query that takes the 2 tables and adds the information in [value] to [set 2] for each matching account. Some fields in [accounts] in transactions already have information but those accounts don't match any in the update table.
I would like to have the transaction table be the final resting point of the merge data if possible. I am also hoping to do this with out creating a new table but if that is the only way to do this then I can.
Here is the database I am using as my example and testing environment.
Any help or pointers are welcome.
Thank you.