Hi,
I have a field (say 'field_a') from table 'A', and a field ('field_b') from
table 'B', and the two tables are linked such that they share a field. Now
I want to create a single form in a view which updates both 'field_a' and
'field_b' in one submission. What is the proper way of doing this in web2py?Do I need to use a SQLFORM factory or something else? Thanks. --

