> > I've tried that however when I hit search flight button it returns an > empty page with no data from the database... >
Please post your model also (the table definitions). And consider using SQLFORM <http://www.web2py.com/books/default/chapter/29/07#SQLFORM>, as Anthony suggested, or CRUD<http://www.web2py.com/books/default/chapter/29/07#CRUD>, for an easier way of handling user input. --