How to perform a lookup on data from multiple tables
In this case, I had to create a lookup to assign a responsible person to a shipping carrier.
The fields needed for this were Position, Description and Worker.
The field Worker was from a different table as the other two.
To achieve this, I had to fir...
jobourgoin.hashnode.dev1 min read