L
Louise
I have a query that pulls from one table, I want to delete records where the
IDENTIFIER field is a duplicate, and there is data in a FROM_TO_PD field, if
there is no information in the FROM_TO_PD field I do not want to delete the
record
I have tried using Where IDENTIFIER = IDENTIFIER and FROM_TO_PD is Not Null,
but it keeps wanting to delete all the records.
Can you help please
IDENTIFIER field is a duplicate, and there is data in a FROM_TO_PD field, if
there is no information in the FROM_TO_PD field I do not want to delete the
record
I have tried using Where IDENTIFIER = IDENTIFIER and FROM_TO_PD is Not Null,
but it keeps wanting to delete all the records.
Can you help please