J
Jose E via AccessMonster.com
Hi gurus.
I would like to create a delete duplicate query that deletes a conditional
critiria. I will explain
I have a table with a few fields
doc_num ;doc_type ;doc_date
01 pt xx
01 py xx
01 ww xx
02 pt xx
02 py xx
I would like to delete ALL records that are duplicate but only if they are
equal to doc_type of (PY/PT/WW), in this case only doc 01 would be deleted
not doc 02 as it does not have all the types.
Thanks
I would like to create a delete duplicate query that deletes a conditional
critiria. I will explain
I have a table with a few fields
doc_num ;doc_type ;doc_date
01 pt xx
01 py xx
01 ww xx
02 pt xx
02 py xx
I would like to delete ALL records that are duplicate but only if they are
equal to doc_type of (PY/PT/WW), in this case only doc 01 would be deleted
not doc 02 as it does not have all the types.
Thanks