Combo Box Help w/ Access

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gvloenen
    New Member
    • Nov 2006
    • 13

    Combo Box Help w/ Access

    Hello All,

    I am hoping someone can help me. I am VERY new at programming.

    I am trying to set up a form that i can click the drop down on one combo box and select an item (someones last name) then select their first name from the combo box 2 (first name) and then have all their other information appear in textboxes.

    If a new person needs to be added then I would like to be able to type in their information and somehow save it.. I'm assuming i need to use Access somehow

    As you can tell I am very new, I tried searching everyone elses combobox stuff but it all seemed very advanced,

    I'm hoping for the baby steps,

    Thanks
    GREG
  • OldSchool
    New Member
    • Nov 2006
    • 27

    #2
    Originally posted by gvloenen
    Hello All,

    I am hoping someone can help me. I am VERY new at programming.

    I am trying to set up a form that i can click the drop down on one combo box and select an item (someones last name) then select their first name from the combo box 2 (first name) and then have all their other information appear in textboxes.

    If a new person needs to be added then I would like to be able to type in their information and somehow save it.. I'm assuming i need to use Access somehow

    As you can tell I am very new, I tried searching everyone elses combobox stuff but it all seemed very advanced,

    I'm hoping for the baby steps,

    Thanks
    GREG

    you need to have table of the information of your existing person who listed,

    First you need to learn SQL here is the best site www.w3schools.c om

    Comment

    • rajivsharma13
      New Member
      • Nov 2006
      • 3

      #3
      Hi,
      if you want to access data through combobox in runtime. then used for loop in combobox "gotfocus" event. if again u face any problem then send it to me mail. i send u code.

      bye
      Rajiv


      Originally posted by gvloenen
      Hello All,

      I am hoping someone can help me. I am VERY new at programming.

      I am trying to set up a form that i can click the drop down on one combo box and select an item (someones last name) then select their first name from the combo box 2 (first name) and then have all their other information appear in textboxes.

      If a new person needs to be added then I would like to be able to type in their information and somehow save it.. I'm assuming i need to use Access somehow

      As you can tell I am very new, I tried searching everyone elses combobox stuff but it all seemed very advanced,

      I'm hoping for the baby steps,

      Thanks
      GREG

      Comment

      • gvloenen
        New Member
        • Nov 2006
        • 13

        #4
        Originally posted by rajivsharma13
        Hi,
        if you want to access data through combobox in runtime. then used for loop in combobox "gotfocus" event. if again u face any problem then send it to me mail. i send u code.

        bye
        Rajiv
        i am not familiar with this "get focus" event

        could you send me an example and explain a little furthur.

        thanks
        GREG

        Comment

        • bhar
          Banned
          New Member
          • Apr 2006
          • 37

          #5
          Hi,

          If you want to store the details into the database (access), You should have fair knowledge of ADO(ActiveX Data Object).

          TRy this book"Develop an inventory Management application using vb".
          This book is based on Access database.

          You can develop a full application using this book.

          Refer this site:

          http://www.vkinfotek.c om
          Books for Programmers

          Comment

          Working...