vb code to save data from a form in access to a table

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nedved
    New Member
    • Mar 2010
    • 2

    vb code to save data from a form in access to a table

    hi

    i have a little problem with a new database i am building
    i have made a new form with different fields
    it combine : 6 list box , 1 combobox and 2 text field with control source

    everthing`s working grate, the data presented in the different box`s working perfect after each query

    but!
    none of the data is being copied to the table and i really don`t know why

    i tried to insert a button which opens an addon query but it doesn`t copy the field i have selected

    just to make myself clear: the data supposed to be transfered from combo/list box to the table

    any idea anyone?
    or maby a vb code to insert the data manualy via button or something?

    thanks for the help
  • Kinwang2009
    New Member
    • Feb 2010
    • 22

    #2
    Hi,
    Where your form was created? On VB or within MS Access?
    Thankx

    Comment

    • vb5prgrmr
      Recognized Expert Contributor
      • Oct 2009
      • 305

      #3
      grate<>great! and without seeing at least some of the code you have, it is hard to tell how to advise you... So what do you have so far to add the data to the table?



      Good Luck

      Comment

      • nedved
        New Member
        • Mar 2010
        • 2

        #4
        hi again

        the form was created via access 2007

        and so far all the data transfered automatic from the forms to the table without any problem
        the difference as far as i can see is the combination of the combo/list box

        thanks again

        Comment

        Working...