one quick question...(NO ANWER YET)
I'm not really sure if my logic is right so I need your opinion on this...
I have a form with textboxes and a datagrid. What i want to do is to edit and delete the displayed record...by the way, the texboxes are bound to a table and the datagrid is bound to another table, I already have my relationship...so, is it right that I have two update statements? one for the master table and one for the detail table? if so, why won't it work? :confused:
Hope someone could correct me on this....thanks a lot people!
this is my code for updating:
daDoc.Update(ds) 'for the master table
daTran.Update(ds) 'for the detail table
Please also suggest a better code for updating! thanks a bunch!:D