in a combo box, one can type in a letter or a group of letters and the cursor "goes to that line" for selection if it finds a match on the beginning letters. For example you have a list of "contacted", "no contacts available", "not contacted". If you type in "no", the cursor goes to the "no contacts available", if you the ntype in the "t", it goes to "not contacted", etc.
I have a main form with a continuous subform. Once I populate the subform is it possible, using the recordset already retrieved, to use a method similar to this? At this point the records have already been prefiltered from selections on the main form, but sometimes the list is still long and they want to got the "L's" to see whats there and then go back to the "C's" to see whats there. I know I can put more filters on the Main form but this would be easier and faster for them. Is the above possible?
Thanks
I have a main form with a continuous subform. Once I populate the subform is it possible, using the recordset already retrieved, to use a method similar to this? At this point the records have already been prefiltered from selections on the main form, but sometimes the list is still long and they want to got the "L's" to see whats there and then go back to the "C's" to see whats there. I know I can put more filters on the Main form but this would be easier and faster for them. Is the above possible?
Thanks