Is it possible to set up an if statement in a query to determine whether the contents of a field in one table matches the field name of another. For example, if I have a record in a field called Resource which is Site manager and I want to see if it matches to a field name in another table called Site Manager so I can then proceed with a course of action if there is a match.
For example, iif([Resource]=Site manager field name in another table, "match", "no match")
For example, iif([Resource]=Site manager field name in another table, "match", "no match")