I have two Form Select combo boxes dynamically populated from my DB and I have two Form Input text fields in my query page...
what is the best way to perform my query if data is required in either of the two Form input text fields but data from the select combo boxes is not necessary to perform the query. If the user does select an item from the combo box and enters data in either of the two input fields I want to capture that in my query...