Is there a straightforward way to handle this?
I have two tables:
- contacts
- email addresses
There's a field linking them. Each contact may contain multiple email addresses.
What I want is to have a field in the contacts table that displays one email address - but not just the first or last record, I want the best address for that contact.
I've created a formula field in the email addresses table that assigns a score based on various criteria. Ideally, a 'top email address' field (in contacts table) would identify the highest-scoring address within the addresses linked to that contact and display only that one.
---
I realize I could sort the email addresses table and then have a lookup field take the first one. For several reasons, I'd prefer to not have to change the sort order.
Any other suggestions come to mind?