B
blake7
Hi All, I would like to kow how to use the "Like" and wildcard in a query, I
have a combo box which the user selects from this can contain words like
Honda Civic, or Honda Prelude etc etc, I would like to use the LIKE statement
to make the query return all the results that start with Honda.
I have tried code below but it returns only the specific model thats
selected in the Combo box and not all the range
Like [Forms]![ModelSelect]![Combo59] & "*"
can you help
Regards
have a combo box which the user selects from this can contain words like
Honda Civic, or Honda Prelude etc etc, I would like to use the LIKE statement
to make the query return all the results that start with Honda.
I have tried code below but it returns only the specific model thats
selected in the Combo box and not all the range
Like [Forms]![ModelSelect]![Combo59] & "*"
can you help
Regards