smuthcrmnl777
Technical User
When I try to execute this Delete query, I get an error asking me to specify which table I want to Delete. I want to delete the data that match Query2 from tM_FR_WIP_UnitID_FastStops.
Code:
DELETE tM_FR_WIP_UnitID_FastStops.nLine
FROM Query2 INNER JOIN tM_FR_WIP_UnitID_FastStops ON Query2.EndGroup = tM_FR_WIP_UnitID_FastStops.EndGroup
WHERE (((tM_FR_WIP_UnitID_FastStops.nLine) Is Not Null));