Darshan Hiranandani : How to Create a Function to Check for Duplicate Entries and Set a Flag?

Hello everyone,
I’m Darshan Hiranandani, working with a master table that stores customer data, and I need to check if a specific car number already exists in the database. If it does, I want to automatically mark that customer entry as a duplicate using a boolean field (or any suitable marker). Does anyone know how to set up a function to perform this check and update the entry accordingly? I’d appreciate any advice or solutions you can share. Thanks in advance!

Regards
Darshan Hiranandani

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.