D
dennis.mccarthy
I have two tables, 1st- Part Table Build, 2nd- Manual Price
Overrides. the 1st is created from a make table querie, the second
is a linked excel worksheet. I would like to update 3 fields in the
first from data in the second. They both have a common field: Part
Number.
I have create the query but am getting an error: "Operation must use
and updateable query". Here is the sql:
UPDATE [Part Table Build] INNER JOIN [Manual Price Overrides] ON [Part
Table Build].Part_Number = [Manual Price Overrides].part SET [Manual
Price Overrides].Part_Unit_Cost = [manual price overrides].
[part_unit_cost];
Thanks in advance for any help!
Overrides. the 1st is created from a make table querie, the second
is a linked excel worksheet. I would like to update 3 fields in the
first from data in the second. They both have a common field: Part
Number.
I have create the query but am getting an error: "Operation must use
and updateable query". Here is the sql:
UPDATE [Part Table Build] INNER JOIN [Manual Price Overrides] ON [Part
Table Build].Part_Number = [Manual Price Overrides].part SET [Manual
Price Overrides].Part_Unit_Cost = [manual price overrides].
[part_unit_cost];
Thanks in advance for any help!