I have a search query set up to search whatever value is present in a combo box in my search form. I also have a text box that holds the same function as the combo box.
When I enter a value in my text box the search query will return a list of records, however if I select the exact same value from the drop-down list of the combo box, the search query will not return any records.
The list that makes up the combo box is from imported external data from an excel document could this be a factor in the issue?
Thanks for taking your time to read this.
When I enter a value in my text box the search query will return a list of records, however if I select the exact same value from the drop-down list of the combo box, the search query will not return any records.
The list that makes up the combo box is from imported external data from an excel document could this be a factor in the issue?
Thanks for taking your time to read this.
Comment