Change this line to read.
_masterBindingSource.DataMember = "dtManualOrderItem"
I hope that helps.

Signature
Thor Kornbrek
.Net Developer
http://www.geekguild.net
> I was working with the sample given for master detail and so far I have:
>
[quoted text clipped - 31 lines]
>
> Kevin
Kevin Burton - 23 Jun 2006 18:02 GMT
Thank you for your response. The TableName was/is set to the string that you
specified. I think I found the problem though. When I specify the detail
DataSource as the BindingSource for the master I specified a DataMember that
was a table name and it should be the DataSet name.
Kevin
> Change this line to read.
>
[quoted text clipped - 37 lines]
> >
> > Kevin