Feb 23, 2017 10:55 AM
Hi,
I’ve been trying to do this for a couple of hours and can’t figure out the best way to do this. Basically I have 2 tables, one of them has a list of people and their bio and the second one is a list of activities along with a name of a person who did that specific activity. Each person has multiple activities.
What I’d like to do is link both of the tables so the each person is linked to their bio but I can’t seem to change the first column of either of the tables (which is the name of the person) and turn that into a linked record. I tried making a duplicate column and turned that into a linked record but then that one does not update by itself.
I’m not sure if it is even the best approach to solving my problem, if anyone has any ideas then please let me know. I tried using the templates but they’re not doing exactly what I need to do.
Feb 24, 2017 06:42 AM
You can store a biography in the table with the people and events from the table to make lookup.
I’m not sure that you understood correctly.
Feb 24, 2017 04:52 PM
I don’t get what you need. Could you post some screnshots?
each person is linked to their bio
You already have this in the People table.
Feb 25, 2017 11:44 AM
You can’t make the first column in Airtable tables a linked record.
But you can easily do what you wanted with this:
Table 1: "Users"
Name
Bio
Activities - allow multiple per record [this record is linked back to Activities]
Table 2: "Activities"
Activity
User - allow only one per record [this record is linked back to Users]
{Optionally if you wanted to, not sure if I understand} User Bio - use a Lookup to grab this from Users
Feb 27, 2017 04:27 PM
Thank you everyone for the help. I think I’m doing what you mentioned but I wasn’t sure if it was the best way, I’m guessing that is the only way. This is how I’ve done it now.
This is an example faculty table with some of their info.
And this is the second table. I’ve made the first column just put in a unique ID so I can use this to link it to the first table because I’m guessing the column that links both of the tables has to be unique?
Is this the best way of approaching this?
Mar 02, 2017 12:25 PM
each person can have many activities
each activity can have many persons
therefore, you have a many-to-many relationship – which needs an intermediate table. lookup many-to-many.