A
asc4john
I am trying to get the text value from a combobox into a query where
clause like so
Like "*" & Chr(34) & [Forms]![frmItemTypes]![cboItemDivision].
[Column(1)] & Chr(34)
but nothing works. This works but only for numbers [Forms]!
[frmItemTypes]![cboItemDivision].
How do I bracket for text from columns in the combo box?
clause like so
Like "*" & Chr(34) & [Forms]![frmItemTypes]![cboItemDivision].
[Column(1)] & Chr(34)
but nothing works. This works but only for numbers [Forms]!
[frmItemTypes]![cboItemDivision].
How do I bracket for text from columns in the combo box?