Msgbox strFilter results in
LIKE '%V%'
when I remove the command object and use
I get error "The connection cannot be used to perform this operation. It's either closed or invalid in this context."Code:mobjRst.Open "SELECT * from Customer where " & Me.cmbFields.Text & strFilter




Reply With Quote