Neil_W 0 Newbie Poster

Hi Everyone,

I am making the jump from vb6 to VB.Net, so if you find some of my questions naive, please bear with me.
My current problem is that I am working in Visual Studio 2005 and have created a Windows application. In the application, I have 1 data set linked to a SQL database (Adventure Works), and 2 forms. One form has a grid view of a table in the database, and the other a details view of the same table (just in case the problem lay with the grid view). To date, I have managed to edit data on either form and writechanges back to the database -so far, so good.
When I try to add or delete a record using the Navigator, nothing happens. When I double click the Add or Delete button, there is no code attached to these buttons.
I have two questions:
Why is the code not inserted automatically when I add the navigator, and
What code should I write to activate these buttons?

Thanks,

Neil