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??