M
massa
I have 2 tables one we'll call Table main the other table U. I need to update
table U data into Table Main. The fields I have are product id and USD
amount.
I created a join in both tables by the unique product id number. I then
tried an update query with Update to [Table u].[usd]
How would I add in that if there is no product id code in Table U that
matchs the Table main codes enter 0 or skip to the next line. Please help.
Thanks.
table U data into Table Main. The fields I have are product id and USD
amount.
I created a join in both tables by the unique product id number. I then
tried an update query with Update to [Table u].[usd]
How would I add in that if there is no product id code in Table U that
matchs the Table main codes enter 0 or skip to the next line. Please help.
Thanks.