I have 2 tables as follows:
tblEquipment tblMM_PCN
PCN (serial number) OLD_PCN
New_PCN MM_PCN
Model
Location
Due_Cal
Comments
WHat I am trying to do is update New_PCN in tblEquipment with the new changed number (MM_PCN). tblEquipment.PCN and tblMM_PCN.OLD_PCN are the primary keys and equate to each other.
Basically, I was given a listing of the old_pcn and the new mm_pcn and told to update my table (tblEquipment).
I have tried a make table query and update query and nothing shows up after query. What is the best and easiest way to do this? Any help greatly appreciated.
Jim
tblEquipment tblMM_PCN
PCN (serial number) OLD_PCN
New_PCN MM_PCN
Model
Location
Due_Cal
Comments
WHat I am trying to do is update New_PCN in tblEquipment with the new changed number (MM_PCN). tblEquipment.PCN and tblMM_PCN.OLD_PCN are the primary keys and equate to each other.
Basically, I was given a listing of the old_pcn and the new mm_pcn and told to update my table (tblEquipment).
I have tried a make table query and update query and nothing shows up after query. What is the best and easiest way to do this? Any help greatly appreciated.
Jim