rastajay Newbie
Joined: 09 Mar 2005 Posts: 2
|
Posted: Mar 11th, 2005 01:45 AM Post subject: Data Grid Problem STUCK!! |
|
|
Hello everybody, is there any way to copy the items from one datagrid to another?
here's my situation
on frmQuotation i have txtID and txtName from tblCustomers and on the same form i also have his orders populated on datagrid1 from tblOrders having fields of OrderID, CustID, Items and Version.
My problem is lets say i make a new version of quotation for the same customer having the same items as the previous one, then adding some more items manually and the version up by 1.
what i only want is to copy the items on datagrid1 to datagrid2 with the version + 1.
i know that it can be done manually by adding each item again one by one, but it would be very tedious if i have 50 items and the customer declines the proposal and wants another version of the quotation until he approves it.
i am very sorry i cannot provide a code because i really dont know how to approach this thing, i am very new in VB and i have a lot to learn. so any help would be much appreciated.
thanks in advance |
|