Hi, I am new to VB. I am actually using Microsoft VB 2008 Express Edition so I hope I am posting in the right place. I have used VBA for many years but I am trying to learn VB and I am having trouble with probably the easiest code to most of you. I have searched and read for hours on msdn for help but I am totally stumped.
I have created a table and am trying to just add data to it but cant seem to accomplish this.
Lets say I have Table1 under the tab DataSet1.xsd. This table has some columns called Customer Name and Date. I want to populate those 2 columns with "John" and "12/15/09". Can someone tell me what my Dim statement should be and also the following code to update those rows?
Thanks
I have created a table and am trying to just add data to it but cant seem to accomplish this.
Lets say I have Table1 under the tab DataSet1.xsd. This table has some columns called Customer Name and Date. I want to populate those 2 columns with "John" and "12/15/09". Can someone tell me what my Dim statement should be and also the following code to update those rows?
Thanks