I have form with a list box that contains various info. On the list box double-click event I have some code that opens a new form that enables the user to edit items in the list box. When the form closes it saves the changes and re-queries the listbox to show the changes.
When this happens the position within the list box changes back to the top i.e. the first record.
How do I make the listbox position stay where it was before the requery?
When this happens the position within the list box changes back to the top i.e. the first record.
How do I make the listbox position stay where it was before the requery?