Filterin while typing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i want to filter a form while typing in a text box.
for example typing John, i want to show all records starting with j when
type j, and
those starting with jo when have type jo e.t.c
Access 2000, or 2002, or 2003
 
The Corp Tech Demos at http://www.invisibleinc.com/divFiles.cfm?divDivID=4
has a continuous subform used to find names in a table/query. If you type
jo, names beginning with jo will be found. If you type jk, you will probably
be positioned at the first "k" since there wouldn't be a "jk". If you wait 2
seconds between letters, the search begins with your most recent letter.
 
Back
Top