E
EyeSpec
Query will not run I get the error: "Operation must use
an updatable query"
UPDATE PHSCO_Elig INNER JOIN dbo_Tbl_Co_Refraction_Plans
ON PHSCO_Elig.[Refract] = dbo_Tbl_Co_Refraction_Plans.
[Vision#] SET PHSCO_Elig.Block = [Block_Option_Code];
dbo_Tbl_CO_Refraction_Plans is an sequel table and is not
updatable. But PHSCO_Elig is a local table
Thanks
an updatable query"
UPDATE PHSCO_Elig INNER JOIN dbo_Tbl_Co_Refraction_Plans
ON PHSCO_Elig.[Refract] = dbo_Tbl_Co_Refraction_Plans.
[Vision#] SET PHSCO_Elig.Block = [Block_Option_Code];
dbo_Tbl_CO_Refraction_Plans is an sequel table and is not
updatable. But PHSCO_Elig is a local table
Thanks