Hello. I have just started playing with Airtable, and I have run into an issue. In SQL this would take but a second, but I cannot seem to figure out how to add this filtering. If you can help, I would be quite appreciative... TIA.
The situation:
1. I have a table called "Events". It records customer reviews of events that have happened.
2. I also have a table called "Continents" (with 7 rows) and one called "Countries" with 195 rows.
What I am *trying* to do is to have essentially a two-level dropdown list. I have added a field to the Events table that has a lookup to continent. That works just fine.
The issue comes when I try to figure out what I'd *like* to do which is to set up a definition for the Countries table. I have added to the Countries object a field for continent which is a link to the continent for that country.
The real problem is that I'd love to add the relation such that when I choose the continent for that country that I can then show a dropdown list which is the list of countries for the selected continent. And I cannot seem to figure out how to do that.
Here, for example, is the record for Africa in the continents table:
1 Africa 3, 5, 20, 24, 28, 29, 31, 33, 34, 35, 39, 45, 47, 52, 54, 55, 57, 58, 66, 70, 71, 84, 96, 97, 98, 102, 103, 106, 109, 110, 117, 118, 120, 126, 127, 142, 145, 151, 153, 155, 156, 161, 162, 163, 166, 173, 175, 178, 182, 194, 195
(1 is the continent number, Africa is the continent name, and the numbers are the country numbers for that continent).
Hopefully this makes sense. If not, please ask questions and I will try to further explain. This *should* be easy to do as it is a pretty basic database construct.