Hello (sorry for my writhing errors my English is not so good)
I like to make a search form,
In this search form is a sub form, in this sub form is a query that selects every customer of the company I work for.
My problem is I like to make it so that I can search in the sub form by standing in the desired column and typing the value that I desire.
Sort of a list box but in a list box you can only search for the first letter example:
-My name âSteveâ
If I stand in the list box that is selected on the first name of a customer and type âsâ I get everyone with an âsâ but after the âsâ I type a âtâ and get everyone with a âtâ. (not âstâ)
If I use a combo box the problem is solved, but you can not select another column.
(Or you have to hide it)
(The two statements are correct I hope, if not correct me please.

)
So Iâd like to have a sub form and by standing in the desired column and then typing the needed result.
Example:
In the sub form customers there are 2 columns: âNameâ and âAddressâ
1. if I need a search for a name I stand in the column Name and type âsteveâ and automatically I go to every customer with the name âsteveâ
2. if I need a search for an address I stand in the column address and type âBelgiëâ en get every customer with an address in âBelgiëâ
End so on (? in Dutch itâs âen zo voort :Dâ )
The reason for my question is if seen it work and it works fantastic but I never get to now how they managed to make it?
So if you now how to make it please help me.
Iâve had this question for almost a year.
Steve m