NewRow method issues

chrismec

New member
Joined
Aug 1, 2011
Messages
2
Programming Experience
Beginner
Hello all, this is my first post here. Having some issues with the NewRow method. I am trying to add a row to an access 2010 database table (.accdb). Not concerned with the existing data in the table, just want to add a row. I have been struggling with the example on the msdn site here: How to: Add Rows to a DataTable I have VS2010 Ultimate, Visual Basic Windows Form Application. I have added the dataset with the add data source wizard. I keep getting a "not a member" errors no matter how I write it. Does anybody have any ideas about what I could be doing wrong here?

vbNETerror.jpg
 
Back
Top