I need to make a combox load the value of a row from a grid, only when the grid's row is clicked. I was tring to put in the click event of the text1 part of column1 somthing like this
Thisform.cboField.Value = grdGrid1.Column1.text1
but it errors out.
I also want to sort the columns in the grid, if they are clicked, by the column they click.
thanks in advance
Thisform.cboField.Value = grdGrid1.Column1.text1
but it errors out.
I also want to sort the columns in the grid, if they are clicked, by the column they click.
thanks in advance