I have two tables....I want to update a field called Inv# in table "Consulting" with the data in a field called Invoice in table "SalesCredit"....what woyld the update query look like?
Both tables contain the same work order # in the the field name WorkOrder. Table consulting contains a field called SalesCredit and table SalesCredit contains a field called SlsCredit. I want to update field SalesCredit in table Consulting with the data in field SlsCredit in table SalesCredit.
I tried to create a join between WorkOrder# in both tables in an update query and update:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.