Need to do a query to delete records in a table if there is a match in another table.
Try the code below but it does not work. Any suggestions.
DELETE jsfAccountManagerDetail.jsfRequirement, *
FROM jsfAccountManagerDetail, amReqXreftlb
WHERE (((jsfAccountManagerDetail.jsfRequirement)=[amReqXreftlb]![Number ]));
Thank you, Luis
Try the code below but it does not work. Any suggestions.
DELETE jsfAccountManagerDetail.jsfRequirement, *
FROM jsfAccountManagerDetail, amReqXreftlb
WHERE (((jsfAccountManagerDetail.jsfRequirement)=[amReqXreftlb]![Number ]));
Thank you, Luis