Hello everyone! I have a query that returns a value based on a value in another field of a table. However, I'd like to return a value based on whether or not "FieldA" has a duplicate anywhere in the table.
Ex: If FieldA = "Check Out", then FieldB = "Yes", Otherwise If FieldC has a value of "17" in more than 1 record in the table, FieldB = "No"
Is this possible? Am I trying to accomplish it the right way? Any direction or insight is helpful, thank you!