As to be expected, I always seem to need the opposite of what Microsoft thinks I need.
I have a listbox which filters a report (on Cmd button click). This listbox is populated from another listbox, which gets its contents based on a combo box selection.
When adding records from the first listbox to the second listbox (the one that runs the filter for the report), the records are automatically sorted alphabetically. Unfortunately, I do not want that. I want the records to be moved into the listbox in the order in which it happens.
Does anyone know how to define the sort for a listbox?
Any advice would be greatly appreciated.
I have a listbox which filters a report (on Cmd button click). This listbox is populated from another listbox, which gets its contents based on a combo box selection.
When adding records from the first listbox to the second listbox (the one that runs the filter for the report), the records are automatically sorted alphabetically. Unfortunately, I do not want that. I want the records to be moved into the listbox in the order in which it happens.
Does anyone know how to define the sort for a listbox?
Any advice would be greatly appreciated.