To all Experts in programming (VB.NET) .......

i was design 2 GUI, one is SalesOrder and another is DeliveryOrder.

then inside this 2 GUI, i have an Datagrid which bind the SalesOrder Table in to the SalesOrder GUI and DeliveryOrder Table into the DeliveryOrder GUI. And i have an Button which caller "TRANSFER" have an function when i click it. the highlighter record in the SalesOrder Datagrid will transfer all the Information about that particular SalesOrder detail into the DeliveryOrder dataGrid which inside the DeliveryOrder GUI.

by using this function is because it can pass all the infor from the SalesOrder to the DeliveryOrder. so that the user only transfer the data instead of rekeyin all the same information from the SalesOrder into the DeliveryOrder again.

but now i face a problem is how am i going to write the code in the "TRANSFER" button in order to allow the data to be transfer from SalesOrder to DeliveryOrder table ?????

headache????? please help me ????

is that possible to do such function in my system??????

regards,

cOe