I am trying to mantain some info scattered across 6 tables using web2py.
I have read that web2py have a CRUD component? that allows to make CRUD operations on a given table. I was thinking if it was possible to create one form with some of the model tables/fields (not all fields) and make CRUD operations using that form?
If so, how? If not, what would be the best approach to acoomplish this?
Thanks in advance.