Msgbox strFilter results in

LIKE '%V%'

when I remove the command object and use

Code:
mobjRst.Open "SELECT * from Customer where " & Me.cmbFields.Text & strFilter
I get error "The connection cannot be used to perform this operation. It's either closed or invalid in this context."