Hi, I have a php/html form comprising of 1000 text boxes and one 'Submit' button which calls a php file which finally populates all the data in mysql. I need to implement a search button. User will enter a specific number of fields in the form say 2 or 3 and search button would populate all the other fields if a record is found. How to implement this search button functionalty. Moreover if there are multiple records found, then how to cater this issue?? Please explain. Thanks, Mukesh