S
STeeLGuT
Guest
Hi, I am trying to enter a name in a text box and as I enter the name I would like the List Box to display a list of names that have letters that are the same as what I have typed so far.
Tho
Thompson
Thorton
Thor
Thorton
I can enter parameter value, but I want to just type in the form.
SELECT [Table1].[LastName] AS LastName, [Table1].[Address] AS Address
FROM Table1
WHERE [Table1].[LastName] Like Form1.Text29.[*];
Could anyone tell me a way to fix it?
Thanks
Tho
Thompson
Thorton
Thor
Thorton
I can enter parameter value, but I want to just type in the form.
SELECT [Table1].[LastName] AS LastName, [Table1].[Address] AS Address
FROM Table1
WHERE [Table1].[LastName] Like Form1.Text29.[*];
Could anyone tell me a way to fix it?
Thanks