hello
i ve 2 forms form1 & form2.
form1 has primary key(parent table) & form2 has the foreign key(child table)
me.mytableadapter.update(me.dataset.mytable)
is working f9 but in form2 when i try to use
me.secondTableadapter.update
here problem comes the update function is not coming neither recognized by form2 .can anybody tell me why is it so?