Can anyone tell me why this statement is not working?
CurrentDb.Execute "UPDATE MainRptDataASD INNER JOIN CHPs ON MainRptDataASD.PlanID = CHPs.PlanID SET MainRptDataASD.PlanName = CHPs.Plan"
I want to take the CHPs.Plan name and fill in those fields in the MainRptDataASD.planName
At this point it leaves them all empty.
Thanks.
CurrentDb.Execute "UPDATE MainRptDataASD INNER JOIN CHPs ON MainRptDataASD.PlanID = CHPs.PlanID SET MainRptDataASD.PlanName = CHPs.Plan"
I want to take the CHPs.Plan name and fill in those fields in the MainRptDataASD.planName
At this point it leaves them all empty.
Thanks.