diverdan
Active member
Hi there
I am in desperate need of some help.
I have made a form that I want to use to make orders. There are 2 datagrids (grdItems & grdSearchItems ) a textbox (txtAmount) and a command button.
What I am trying to do is select a row from grdSearchItems I only want to select the 1st 3 columns from that datagrid and want the value from the textbox.
Then finally use the value from the 3rd column and * it by txtAmount to give a final result in grdItems.
So the grid would have 5 columns of data.
Can anyone help me out on this one or point me in the right direction of some reading to help me with this.
Thank you.
I am in desperate need of some help.
I have made a form that I want to use to make orders. There are 2 datagrids (grdItems & grdSearchItems ) a textbox (txtAmount) and a command button.
What I am trying to do is select a row from grdSearchItems I only want to select the 1st 3 columns from that datagrid and want the value from the textbox.
Then finally use the value from the 3rd column and * it by txtAmount to give a final result in grdItems.
So the grid would have 5 columns of data.
Can anyone help me out on this one or point me in the right direction of some reading to help me with this.
Thank you.