For represent I usually do : lambda id: db.fktable1(id).represent_field # 1 table lambda id: db.fktable2(db.fktable1(id).id).represent_field_table2 # 2 table
You can maybe proceding the same way, but I am not sure... I am still using old requires syntax... Please report your experiment and how you solve it. Richard On Tue, Feb 21, 2012 at 1:57 PM, Ashraf Mansour <ad...@aqar-riyadh.com>wrote: > Hi All, > > can the query in IS_IN_DB have more than one table? > > And how the fields of these tables be referenced in the format, to be > shown in the dropbox ? > > Thanks in advance. > > Ashraf >