I have two tables: my main table called Projects, and another Contacts table (OOB table).
Within my Contacts table, I have two types: Customer and Contractor, which are differentiated by a category column.
In my Projects table, I would like a lookup column for Customer and a second lookup column for Contractor. Each one looks up to the same table (the Contacts table).
Is this possible? For reference, I am using these tables in a model-driven app.
TIA!