benjamin.grimm
Registered User.
- Local time
- Yesterday, 23:28
- Joined
- Sep 3, 2013
- Messages
- 125
hey guys,
i have a Combo box in a form.
The Combo box gets the data via a querry from a table.
In the table are 6000 customer names.
When i put in now an A, it Shows me all customer starting with an A.
The Problem what i have is that sometimes, the users don´t know the exact Name.
Example
Customer Name in the table Dr. Richard.
So the put in Richard and can´t find the customer in the Combo box.
So my question is, is it possible that the enter *Richard* and the the Dr. Richard Shows up.
Do you know what i mean?
greetz Benjamin
here is mine SQL Code, if you Need that
SELECT [Tabelle_Kunden Stammdaten].DebitorenID, [Tabelle_Kunden Stammdaten].BT_Name, [Tabelle_Kunden Stammdaten].BT_Strasse, [Tabelle_Kunden Stammdaten].BT_PLZ, [Tabelle_Kunden Stammdaten].BT_Ort, [Tabelle_Kunden Stammdaten].BT_email, [Tabelle_Kunden Stammdaten].Telefax, [Tabelle_Kunden Stammdaten].Telefon
FROM [Tabelle_Kunden Stammdaten];
i have a Combo box in a form.
The Combo box gets the data via a querry from a table.
In the table are 6000 customer names.
When i put in now an A, it Shows me all customer starting with an A.
The Problem what i have is that sometimes, the users don´t know the exact Name.
Example
Customer Name in the table Dr. Richard.
So the put in Richard and can´t find the customer in the Combo box.
So my question is, is it possible that the enter *Richard* and the the Dr. Richard Shows up.
Do you know what i mean?
greetz Benjamin
here is mine SQL Code, if you Need that
SELECT [Tabelle_Kunden Stammdaten].DebitorenID, [Tabelle_Kunden Stammdaten].BT_Name, [Tabelle_Kunden Stammdaten].BT_Strasse, [Tabelle_Kunden Stammdaten].BT_PLZ, [Tabelle_Kunden Stammdaten].BT_Ort, [Tabelle_Kunden Stammdaten].BT_email, [Tabelle_Kunden Stammdaten].Telefax, [Tabelle_Kunden Stammdaten].Telefon
FROM [Tabelle_Kunden Stammdaten];