This is an example query that will delete any record from my Archive table where the person's name is blank...
DELETE Archive.*, Archive.LastName, Archive.FirstName
FROM Archive
WHERE (((Archive.LastName)=null) AND ((Archive.FirstName)=null));
Hope this helps you...
--James
junior1544@jmjpc.net
Life is change. To deny change is to deny life.