J John Vinson Jun 22, 2004 #2 How do I requery and sort a combobox in ascending order? Click to expand... Base the Combo on a sorted query, and use the Requery method: Me!combobox.Requery in VBA code (or in a macro). What is its Rowsource property now? What's the context in which you want to do this?
How do I requery and sort a combobox in ascending order? Click to expand... Base the Combo on a sorted query, and use the Requery method: Me!combobox.Requery in VBA code (or in a macro). What is its Rowsource property now? What's the context in which you want to do this?