Hi there. I'm making an application in which I need to use a SQLFORM. however, in a few of the fields I need to make use of the requires=IS_IN_DB. The catch is that I only want certain fields in the table that I'm searching
eg: db.t_equipment.f_type=="mixer" I can't find any documentation on customizing an IS_IN_DB. Thanks in advance Andrew Pettit

