UpDate Query for Tables

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
 
J

John Spencer (MVP)

See my reply to you posting that was prior to this one by 25 minutes. HINT:
This is a volunteer forum and people aren't here all the time. It can take time
to get an answer. A couple of hours to a couple of days (although a couple of
hours is most usually the case).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top