Filter data input

How can i filter data entry to only add the entry if it doesn’t exist in the database?

Thanks

Do a search using constraints and perform a count. If the count us greater than or equal to 1 then it exists.

1 Like

Thanks for the advice i managed to get it to work using this kind of method. :slightly_smiling: