UPDATE Y INNER JOIN X ON ([Y].[Column1]=[X].[Column1]) AND ([Y].[Column2]=[X].[Column2]) SET X.Info = [Y].[Info];
This is the query that i have,it looks at column1 and then at column2 for matching information and then updates the info field with the correct information...the only problem is that in the columns really arnt column1 looking at column1 and it seems to be making errors when i run the statement any help would be greatly appreciated
*X and Y are the respective table names;
Thomas Gunter, dba
This is the query that i have,it looks at column1 and then at column2 for matching information and then updates the info field with the correct information...the only problem is that in the columns really arnt column1 looking at column1 and it seems to be making errors when i run the statement any help would be greatly appreciated
*X and Y are the respective table names;
Thomas Gunter, dba