Insert data from Combo Box into Table

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nikolazl
    New Member
    • Oct 2013
    • 8

    Insert data from Combo Box into Table

    Hi

    I have 3 dependent Combo Boxes on a form which are formed using three tables.I want to insert data (selected items) from these Combo Boxes in independent table using button on a form but I don't know how to do this?
    Some suggestions?
  • NeoPa
    Recognized Expert Moderator MVP
    • Oct 2006
    • 32662

    #2
    Suggestion 1:
    Get code triggered by clicking the button to add a new record to your table using SQL.
    Suggestion 2:
    Get code triggered by clicking the button to add a new record to your table using a recordset.

    Your question is far too vague to be able to help further at this stage. Please feel free to try one of these suggestions and we can help you further when you have a specific question about your existing code.

    Comment

    • nikolazl
      New Member
      • Oct 2013
      • 8

      #3
      Thank you very much.I solved this problem...

      Comment

      • NeoPa
        Recognized Expert Moderator MVP
        • Oct 2006
        • 32662

        #4
        Congratulations . That's good to hear.

        Perhaps though, you'd consider posting in your solution for the benefit of any others with a similar problem who find this thread.

        Comment

        Working...