Utility: find-as-you-type

  • Thread starter Thread starter Allen Browne
  • Start date Start date
A

Allen Browne

Here's a freebie that finds values in your form with each keystroke:
http://allenbrowne.com/AppFindAsUType.html

It consists of a combo where you choose the field to filter, and a text box
where you type the value to match, so it looks like this in the footer of
your form:
[Field to filter v] [Value to find]

You copy these 2 controls to your form, add a line to the Load event, and it
sorts it out from there.
 
That looks nifty Allen. I bookmarked it to check out a little later.

God Bless,

Mark
 
Back
Top