What I want to suggest is something that I use a lot, the ability to edit multiple tables within the same form...
Let me give an example, so you understand better.
Lets say we have a table for Personal Info, Address, City and State
- So I want to save data's such as name, gender, eye color and etc to "Personal Info" table
- Save the street address, number and neighborhood to "Address" table
- Save the City name to "City" table
- and last, save the State code to "State" table...
This is just a generic example, so you can understand better... I know that it is better ways to work with those info's, but I don't want to populate data's on other tables, to only use as Foreign Key call, I want to the user fill the info and populate the database and those data can be reused somewhere else...
Is this possible to make?
Thanks