I have 2 tables. TblMaster and TblPlan. Each has a common field called CaseNumber.
In TblMaster there is a field labeled PlanName which is blank. In TblPlan there is that same field which is properly filled in with the PlanName.
Now, how do I get the PlanName from TblPlan to insert correctly into TblMaster based on the CaseNumber? Can anyone suggest the best way to do this?
In TblMaster there is a field labeled PlanName which is blank. In TblPlan there is that same field which is properly filled in with the PlanName.
Now, how do I get the PlanName from TblPlan to insert correctly into TblMaster based on the CaseNumber? Can anyone suggest the best way to do this?