vb.net, ADO and ms Access - Add new record
Please excuse a question from a very new person to vb.net -
I am trying to create a simple form using vb.net to access data from an
access 2002 db table. There is only one table and I am using the data form
wizard (I also tried writing the code without using the wizard). Everything
seems to work well except adding a new db record. Updates, deletes and
loading work fine.
Am I missing something? Do I need to do anything else to add a new record?
I am using .AddNew in the event.
Thanks!
|