• List Box (Access97)

    Author
    Topic
    #364403

    Is there a way to move to the last record of a listbox when the form it is on is opened?
    My listbox has 300 records and until you get to the bottom of the list the scroll works very slow.
    Once you get to the bottom , scrolling is very fast up or down.
    Thanks,
    Scott

    Viewing 0 reply threads
    Author
    Replies
    • #559319

      Scott,
      put this code in the on open event of the form where lstName the name of your listbox is

      Me.lstName.SetFocus
      Me.lstName.ListIndex = Me.lstName.ListCount -1

    Viewing 0 reply threads
    Reply To: List Box (Access97)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: