I have 3 tables:
1. A Contacts table - lists each contact, their email, their phone number, and their Company.
2. A Company table - links to all the Contacts for that Company.
3. A License table - lists all license numbers, their expiration dates and links to the particular Company the license is for.
I was able to use a lookup field in the License table to figure out who the Contacts are for that particular Company. Is there a way for me to pull those Contact(s) email addresses into another field in the License table?
Or do I first need to use a lookup within the Company table to lookup the emails of all the Contacts associated with those companies, and then pass it over to the Licenses table with another lookup of the Company table?