I have a listbox on one of my forms what thats function is to search. theres tons of records loaded into this list box and there a text box nearby and when something is typed into it the list box dynamically search for matching values. very neat (got from a sample DB somewhere within these boards). there is also a disabled locked text box nearby that keeps a running total of how many records there are in the list box during the search, that number changes with the more you type as the more you type the more narrow your search is becoming. all of my records in this list box have a value to them. what i am looking for is a similar text box to the on that counts the records, with a running value counter. the control source for the total records text box is as follows:
=ListBox.ListCount-1
i have tried ListSum and other "bright" ideas, but no luck. anyone got any ideas?
=ListBox.ListCount-1
i have tried ListSum and other "bright" ideas, but no luck. anyone got any ideas?