I followed the YouTube video to create a dereference table to link two databases and create a drop-down entry list. Everything works as expected. How can I stop my form from allowing the same data to be entered more than once? I want to avoid duplicate rows in my main table. Can I use a Valid_If
expression. I have tried
the expression =NOT(IN([_THIS],Table1[FirstLastName])).
Praveen, thanks for your help. I’ve tried this but for some reason it’s not working for me - still getting duplicate rows. I’ll keep working on it. When I try =(IN([_THIS],Checkin Zone[_ComputedName]))=false it blocks duplicate entries but it also blocks any updates to the existing rows.