Hi!
I just want to know how to do this using an Update Query.
I have two tables:
QM table
Tele Table
I have four fields:
price , vendorprice , listprice, productprice.
QM table:
- vendorprice , listprice , productprice
Tele table:
- price
So I need INNER JOIN Here right? to...