MS Access- why prompt for parameter value on an update query?

When the query below is run, Access promts for an Parameter Value.
UPDATE 000140_MasterOrderNo SET [000140_MasterOrderNo].MasterOrderNumber = [000130_OrderAdded]![MASTER_ORDER];
I’ve run queries like this in the past without this problem and I cannot seem to solve this one.

As always ANY help is GREATLY appreciated!

Joe

I figured it out - I didn’t like the tables, a typically moronic mistake for me.

Mods please feel free to close this thread - I apologize for making unnecessary work for the hamsters.