Help

Airtable data linking

Topic Labels: Base design
943 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Olivia_Ehrenrei
5 - Automation Enthusiast
5 - Automation Enthusiast

I’m trying to organize a summer arts camp. I have 4 tables: Guardians(parents), Campers(their kids), Weeks(the weeks we are operating), and Invoices.

I’d like to set it up so that:

  1. The Weeks table contains the week and the cost of that week (different weeks can cost different amounts). I have done this already.
    8piXp

  2. In the Campers table, I can assign the Weeks that each Camper has signed up to the camper (we are able to assign more than 1 week to a camper if they sign up for more than one week). I have done this already.
    CiBzj

  3. In the Guardians table, we can assign Campers (more than one if they have several kids attending) to each Guardian. I have done this already.
    9OMC7

  4. Here is where I am having trouble: In the Invoices table, I’d like to assign a Guardian to each Invoice. I’d like to be able to look up the Campers assigned to each Guardian and the Weeks assigned to each Camper assigned to each Guardian so that I can get the total cost that each Guardian needs to pay for all of their kids.

How can I do this?

SO link: relational database - Airtable data linking - Stack Overflow

1 Reply 1

Hi Olivia! I believe you said it yourself already: By using the lookup field! You can also look up values from a lookup field, in other words reaching through one table to access another table. In that case you would first look up that value in the other table and then look up that look up value (my heads spinning ;). In that case you would be able to lookup the weeks associated with the campers first in the guardian table and then in the invoices table.

Does that make sense / is it helpful?