Quote Originally Posted by AccessShell View Post
How do I, in code, keep the bottom entry, the last entry in view at the bottom of the lisbox.
Until you have added 1 item more than what can be viewed in the view area the last item added will not appear at the bottom because the vertical scrollbar is not yet visible so each item is displayed one under the previous then once you add the the item that exceeds the view area the last item entered will be visible at the bottom of the listbox by keeping the scrollbar at the bottom using the line LaVolpe posted