Hi,
I'm trying to filter the contents of a listbox dynamically so that as I type, the listbox is filtered with the contents of the textbox.
So far, I have a query (Query1):
PARAMETERS dbb Text ( 255 );
SELECT Customers.Customer, Customers.ID
FROM Customers
WHERE (((Customers.Customer) Like...