Hi All,
I want to improve my program (MONITORING OUTPUT SYSTEM) and create report for it.
Here it looks like:
datagridview on the left is from datasource it auto count the OUTPUT, then datagridview on the right is manual data means no datasource and users must keyin the Target number they want.
after they key in target they will click Refresh and it will count the Balance by OUTPUT - TARGET.
Now I want after user click Refresh button , I want to get all the data from 2 data grid view and combine to new data grid view below and I want to insert it to new table in my sql .
How can I move the data from 2 datagridview to 1 datagridview ?
I am thinking if it will work this way:
datagridview_Report = datagridview_OUTPUT.datasource ,datagridview_TARGET.datasource.
really dont know what to do.
Please help me and thank you in advanced.
this is related to my question before:
http://www.vbforums.com/showthread.p...alculate-value




Reply With Quote
