Skip to main content
Solved

Attributes of a relationship

  • October 27, 2020
  • 2 replies
  • 47 views

Forum|alt.badge.img

Hello! I’m an Airtable novice. I’m building a membership database for a therapy dog nonprofit. We send dogs (with their human handlers) to visit with people in hospitals, jails, nursing homes, etc. I’ve created a dogs table and a humans table. I’ve linked the dogs and their humans. How do I assign attributes to a team (consisting of a specific dog and a specific handler)? For example, we evaluate a dog-handler pair, or team, to make sure we can send them out safely. I’d like to record the date on which this team completed their evaluation. Thank you!

Best answer by ScottWorld

Welcome to the community, @James_Haworth!

You will need to create a 3rd table (known as a “join table” or a “junction table”). Each record in this junction table acts as the “intersection” of one dog and one human, so each record in this table would be linked to one dog and one human.

This is called a many-to-many relationship. Many-to-many relationships are described in more detail here:

2 replies

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • Answer
  • October 27, 2020

Welcome to the community, @James_Haworth!

You will need to create a 3rd table (known as a “join table” or a “junction table”). Each record in this junction table acts as the “intersection” of one dog and one human, so each record in this table would be linked to one dog and one human.

This is called a many-to-many relationship. Many-to-many relationships are described in more detail here:


Forum|alt.badge.img
  • Author
  • New Participant
  • October 28, 2020

Welcome to the community, @James_Haworth!

You will need to create a 3rd table (known as a “join table” or a “junction table”). Each record in this junction table acts as the “intersection” of one dog and one human, so each record in this table would be linked to one dog and one human.

This is called a many-to-many relationship. Many-to-many relationships are described in more detail here:


Thank you. The junction table is perfect.