Re: Combo box issues

2024-06-27 Thread Ted Roche
Joe: Tamar Granor has probably published more articles on Combo- and Dropdowns than anyone. Visit her website at http://www.tomorrowssolutionsllc.com/index.html and search for "Combo" on her articles or presentation pages. Happy Hacking! P.S. Doug Hennig also: https://doughennig.com/papers.aspx "

RE: Combo box issues

2024-06-27 Thread Tracy Pearson
Hi Joe, Here are some examples using different controls sources. There is also the Sorted property that can be used. The Sorted property is only available if the RowSourceType property is set to 0 (None) or 1 (Value). HTH, Tracy LOCAL testForm testForm = CREATEOBJECT("formClass") t