Welcome to the community, @E-VANCE!
Airtable is a more “simplistic” database tool than what you’re used to. Think of Airtable as more of a spreadsheet with some cool database features layered on top.
Airtable uses an internal Record ID, which you can see with the formula function RECORD_ID()
But you cannot choose which fields you want to create linked relationships between. Every linked relationship to another table is always a relationship to an entire record itself in that other table — not a specific field value in the record.
Also, there is no automatic linking in Airtable (with 2 exceptions). The vast majority of the time in Airtable, all linked records must be explicitly & manually chosen by the user.
Exception #1: When you convert a text field to a “linked record” field, that is one of the few times when Airtable will “automatically” link records between tables for you — as long as the contents of the text field match the PRIMARY FIELD VALUE in the other table. But that is just a “one time only” automatic linking during the conversion process.
Exception #2: The only other automatic linking that you will experience is if you paste (or type) data into a “linked record field” and the value you just pasted exactly matches A PRIMARY FIELD VALUE in the other table. Then, an automatic link will be created to that other record. (And one cool trick is that Airtable will automatically create records in that other table if your pasted value doesn’t match any existing records.)
Hope this helps!! Airtable is a lot of fun!!
If this answers your question, could you please mark this comment as the solution to your question? This will help other people who have a similar question.
Welcome to the community, @E-VANCE!
Airtable is a more “simplistic” database tool than what you’re used to. Think of Airtable as more of a spreadsheet with some cool database features layered on top.
Airtable uses an internal Record ID, which you can see with the formula function RECORD_ID()
But you cannot choose which fields you want to create linked relationships between. Every linked relationship to another table is always a relationship to an entire record itself in that other table — not a specific field value in the record.
Also, there is no automatic linking in Airtable (with 2 exceptions). The vast majority of the time in Airtable, all linked records must be explicitly & manually chosen by the user.
Exception #1: When you convert a text field to a “linked record” field, that is one of the few times when Airtable will “automatically” link records between tables for you — as long as the contents of the text field match the PRIMARY FIELD VALUE in the other table. But that is just a “one time only” automatic linking during the conversion process.
Exception #2: The only other automatic linking that you will experience is if you paste (or type) data into a “linked record field” and the value you just pasted exactly matches A PRIMARY FIELD VALUE in the other table. Then, an automatic link will be created to that other record. (And one cool trick is that Airtable will automatically create records in that other table if your pasted value doesn’t match any existing records.)
Hope this helps!! Airtable is a lot of fun!!
If this answers your question, could you please mark this comment as the solution to your question? This will help other people who have a similar question.
There’s a third exception: if you group by a linked field, adding a new record to the group will automatically populate the link field with the same link, because having that link is required for the record to be in that group.
There’s a third exception: if you group by a linked field, adding a new record to the group will automatically populate the link field with the same link, because having that link is required for the record to be in that group.
Nice!
That is also our “auto-enter data” trick in Airtable for editable fields.