Hello,
I'm working in a demo version of a component, just to test your tool, and so far I have no complains, because it really make things to work, but I have a question and want to know if this is possible.
I created 4 different tables for my Airport demo component:
Airport table with the following fields:
id | airport_name | airport_code | city_id
City table with the following fields:
id | city_name | state_id
State Table:
id | state_name | state_code | country_id
Country Table:
id | country_name | country_code
As you can notice, we have a relationship between than, for isntance, where on City Table I call the id from State table... I think I could do this relationship, but, I was expecting, on my form, to have some sort of dropdown select, where I could select witch state belongs to the city. Is that doable, or after I create the scheleton, I have to do this relationship outside the cook?
I do not mind do this after, but I'm asking if it currently possible, so it would save even more work...
Thank you gain...