Ask Experts Questions for FREE Help!
 

Free Answers in 3 Easy Steps

Register Now
3 Steps
 


Ask QuestionsprogressAnswer QuestionsprogressBuild ReputationprogressBecome an Expert
 
At Ask Me Help Desk you can ask questions in any topic and have them answered for free by our experts. To ask questions or participate in answering them you must register for a free account. By registering you will be able to:
  • Get free answers from experts in any of our 300+ topics.
  • Accept money for answers that you provide.
  • Communicate privately with other members (PM).
  • See fewer ads.
  Answer this Question    Ask about Visual Basic    Ask about another Subject  
 

damaxy
May 16, 2009, 06:00 AM
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 dont 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?????

ScottGem
May 16, 2009, 06:02 AM
You need to use an Insert to initially create the record, then an Update to add the additional data.