Using listbox and a button to open form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • addohenry
    New Member
    • Jan 2013
    • 1

    Using listbox and a button to open form

    How can i use a listbox and a command button to open a form in ms access
  • Seth Schrock
    Recognized Expert Specialist
    • Dec 2010
    • 2965

    #2
    What relation does the listbox have to opening the form? Are you trying to filter the form based on the selection in the listbox? Your question gives us almost no information to go off of in order to help you. Try reading this link and then re-word your question following the guidelines set forth in the link.

    Comment

    • NeoPa
      Recognized Expert Moderator MVP
      • Oct 2006
      • 32661

      #3
      Add code to the Command Button's Click event procedure that opens a form. Presumably one that is identified by the ListBox.

      Comment

      Working...