Using the form wizard I have created a form which
displays 1 record at a time. The data source is dataset1
(items in stock).

I have also added a datagrid to the form but as yet it
has no datasource.

The idea is simple.
The user finds the stock item they wish to add to the
datagrid and click a button. When the button is clicked
some of the fields
e.g. "txtItemDescription", "txtQuantityinstock" are
copied into a dataset which is displayed in the
datagrid. The user can do this as many times as they
like.

I have to admit to being baffled by this. In Access I
used to do this in my sleep but being new to .Net I am
like a child.

Can anyone point me in the right direction please.

Thanks All for your help.