DeepaKesavalu
7 years agoQrew Cadet
update duplicate records
I have duplicate records (records with same name) in the app. and the users need them as other parameters like the zipcode / address changes. Example,
Record #, Name, Address, Zip, Status
1, John Doe, 1st street, 19001 Open
2, John Doe, 5th street, 19000 Open
If the user updates a Status field , the duplicate record should also be updated with the status.
1 John Doe, 1st street, 19001 , Approved
2 John Doe, 5th street, 19000, Approved
Is it possible to do this.
Any help appreciated.
Thanks.
Record #, Name, Address, Zip, Status
1, John Doe, 1st street, 19001 Open
2, John Doe, 5th street, 19000 Open
If the user updates a Status field , the duplicate record should also be updated with the status.
1 John Doe, 1st street, 19001 , Approved
2 John Doe, 5th street, 19000, Approved
Is it possible to do this.
Any help appreciated.
Thanks.