Syntax error on update command

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

I have a vs2008 generated DataSet which contains a number of tables. When I
use the below statement on a forms;

Me.MyTableAdapter(Me.MyDataSet.MyTable)

I get the error 'Property access must assign to the property or use its
value.'. 'MyTable' in is defined as a property in MyDataSet.Designer.vb.

I have used the same statement as above for other tables on the same form
without a problem which is weird.

What is the problem and how can I fix it?

Thanks

Regards
 
Back
Top