Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Visual Basic (https://www.askmehelpdesk.com/forumdisplay.php?f=469)
-   -   Inserting data from multiple forms (https://www.askmehelpdesk.com/showthread.php?t=354468)

  • May 16, 2009, 06:00 AM
    damaxy
    Inserting data from multiple forms
    How to insert data in the same row of access database from multiple form?
    I have three forms and I can insert data to the access database.. but when I view the
    Database in gridview.. I found that at serial number 1 my form1 data show.. but form2 data are shown in serial number 2 and form3 data are shown in serial number 3.. and I don't want that.. I want to display all the data in serial 1, after serial 1 is filled it has to go to serial2.. so I need help?? Anyone??
  • May 16, 2009, 06:02 AM
    ScottGem

    You need to use an Insert to initially create the record, then an Update to add the additional data.

  • All times are GMT -7. The time now is 06:47 AM.