Thank you very much! So obvious (as it always is once you see the answer) :).
Thanks again! On Oct 4, 12:50 am, annet <[email protected]> wrote: > Hi Alex, > > Here's how you join more than two tables in web2py: > > db((db.table1.col == db.table2.FKcol)&(db.table1col == > db.table3.FKcol)).select() > > Kind regards, > > Annet.

