In one single database I'm trying to de-dupe the records that fit the criteria if [ADDRESS_1] matches [ADDRESS_1] in another record show me the results.
I'm using Visual Foxpro version 7.0 and typing
FROM ffdbc!ffdonor;
WHERE Ffdonor.address_1 = Ffdonor.address_1 = .t.
This is bringing up all the records in the database without filtering my criteria
I'm really hoping someone can help me.
Regards
Katie
katie@flyingflowers.com.au
I'm using Visual Foxpro version 7.0 and typing
FROM ffdbc!ffdonor;
WHERE Ffdonor.address_1 = Ffdonor.address_1 = .t.
This is bringing up all the records in the database without filtering my criteria
I'm really hoping someone can help me.
Regards
Katie
katie@flyingflowers.com.au