Nice approach. I'll have to digest some of the details a bit. I only have the one textbox that I have been asked to supply a MRU-type list. The users wanted to pick from all of the decriptions that are on file so that they can be consistent in their naming. What I have provided on this one control works; however, it just seems clumsy to me. Well, I may re-approach this topic if other users start requesting the same thing.
Two last thoughts...1) Could my code be streamlined any? I am not that great at manipulating datasets and collections; and, 2) I'd like to refill this list whenever a record is added/deleted/changed. Code I put the code in the AfterSave() method and it would work for all three operations?
Thanks a ton!
Bill