D
dmoney
Please Help - I have searched the posts and have found some ideas, but
nothing seems to work. Here is the sql statement
Error 3086 resolutions do not apply as far as i can determine
DELETE DISTINCTROW DistributedAnalyst.*, DistributedByMaterial.Material
FROM DistributedAnalyst LEFT JOIN DistributedByMaterial ON
DistributedAnalyst.Material = DistributedByMaterial.Material
WHERE (((DistributedByMaterial.Material) Is Null));
Thanks in advance
nothing seems to work. Here is the sql statement
Error 3086 resolutions do not apply as far as i can determine
DELETE DISTINCTROW DistributedAnalyst.*, DistributedByMaterial.Material
FROM DistributedAnalyst LEFT JOIN DistributedByMaterial ON
DistributedAnalyst.Material = DistributedByMaterial.Material
WHERE (((DistributedByMaterial.Material) Is Null));
Thanks in advance