G
Guest
I need to create an Update query that will get information from table 'A' which has 18 fields (total) and overwrite the information in table 'B' which has the same 18 fields and more. I do not want to lose any of the information in the fields of table 'B' that are not in table 'A'
IE -- Table A has 'Name' 'Salary' and Table B has 'Name' 'Salary' 'StartDate' for the people who has a salary change I would like to have an Update query to reflect the new Salary and keep the Start date
thank you!
Adam
IE -- Table A has 'Name' 'Salary' and Table B has 'Name' 'Salary' 'StartDate' for the people who has a salary change I would like to have an Update query to reflect the new Salary and keep the Start date
thank you!
Adam