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.
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.