I have two tables, tableA have name, price field, and tableB have ID(primary key), tprice, name
I would like to update tableB and set tableB tprice = tableA price where name tableA = name in tableB, How can I make this work?
thanks
thanks for the reply,
but it didn't work for me, in access, when I finish writing the query you helped me, it ask for tableA.name parameter, and tableB.name parameter.
what's wrong?
it didn't update
can you please test it out>
thanks
One thought is that "name" is an access reserved word. You should change the name of those fields (don't know why I didn't think about that earlier). Access probably thinks you're trying to retrieve the name property of the table.
Try that and see what happens.
Jeremy =============
Jeremy Wallace
Designing, Developing, and Deploying Access Databases Since 1995
Hey Jeremy
thanks, my query work now, and I do have another problem, I have will make about 10 query to update 10 field I have in tableB, would macro be a good thing to look at? So that I can just do one click, then it will update 10 of my query?
thanks
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.