you need to look up the on change event for the text box. This fire every time a character is entered.
then either use a filter, or better still create a query that uses the contents of the text box in a LIKE statement, and just requery the form in the on change event for the text box.