You can use an object property, like .Text, in a query. One way to do this is by using a parameter object. The code below is a method tailored after your question, so you may be able to plug it right...
There are some interesting strategies that you could use with the DataSource, DisplayMember, and ValueMember of a ComboBox when binding to ADO objects such as DataTable. I recommend searching for...