Hi guys
Firstly, let me say that I have spent the last 3 hours searching this forum and Googling regarding "Search as you type" Combo Box functionality and it's giving me a headache!
I am using Access 2007 and have a form that has a Combo Box that links to a Parts table (it has 10 fields) that contains a list of car parts. The application is similar to an invoicing system and allows the user to "build/create" an invoice containing a list of car parts.
The user can use a Combo Box to select which car part that want to attach to the invoice and the invoice can have many car parts attached to it.
I have managed to implement a very simple "Search as you type" function using the standard Access 2007 functionality without any Event Procedures etc.
The problem is that the "Search as you type" only searches from the start of the field that is being searched. For example, if the user types in "OIL" they drop down list only displays records that start with "OIL" and not records that contain the text "OIL". As an example, it only finds:
OIL-FILTER
but doesn't find
FILTER-OIL
I really need it to find "FILTER-OIL"
How can I do this easily? I'm sure I'm missing something simple but I just can't seem to understand how to do this from the many examples I have found.
Thanks for any help you can provide me.
Best Regards
Greg
Firstly, let me say that I have spent the last 3 hours searching this forum and Googling regarding "Search as you type" Combo Box functionality and it's giving me a headache!
I am using Access 2007 and have a form that has a Combo Box that links to a Parts table (it has 10 fields) that contains a list of car parts. The application is similar to an invoicing system and allows the user to "build/create" an invoice containing a list of car parts.
The user can use a Combo Box to select which car part that want to attach to the invoice and the invoice can have many car parts attached to it.
I have managed to implement a very simple "Search as you type" function using the standard Access 2007 functionality without any Event Procedures etc.
The problem is that the "Search as you type" only searches from the start of the field that is being searched. For example, if the user types in "OIL" they drop down list only displays records that start with "OIL" and not records that contain the text "OIL". As an example, it only finds:
OIL-FILTER
but doesn't find
FILTER-OIL
I really need it to find "FILTER-OIL"
How can I do this easily? I'm sure I'm missing something simple but I just can't seem to understand how to do this from the many examples I have found.
Thanks for any help you can provide me.
Best Regards
Greg