I have the following search which looks for any part which is called up in the combo box.
[Forms]![INSPECTIONSHEET]![Combo25]
Is it possible to amend this so I can look for any part which contains the details of the combo box but does not necessarilt match it
For example:-
If the combo box says ABC123 I will find all of those results
Can I amend the code so that it will now also find the record ABC123, ABC124
I know the * wildcard exists, but can it be used in this instance