I have a data grid in a form, i want to sum one of the columns in the data grid and then use that sum to populate a textbox.
The field name is 'Pallets' in the Table 'Orders', i want to sum the total number of pallets delivered over a period, so i have the orders in the data grid, i just need to sum the number of pallets, then dump that value in a textbox.
Need some advice on the best way to achieve this, im new to vb and learning as i go.
many thanks
The field name is 'Pallets' in the Table 'Orders', i want to sum the total number of pallets delivered over a period, so i have the orders in the data grid, i just need to sum the number of pallets, then dump that value in a textbox.
Need some advice on the best way to achieve this, im new to vb and learning as i go.
many thanks