N
Niels
Hi There,
I have a form with a datagrid, and some text/combo-boxes and a button.
When I select a record in the datagrid an press the button I want to
see the valeus of the cells from tehe selected record in the
text/combo-boxes.
At this point I only get the first record shown even when i select the
second record.
The code for showing the values is:
edtTitel.Text = m_rstTblFilms.Fields("Titel").Value
But I cant find anywhere a code to let it apply on the selected
record.
Can anyone show me the right direction???
ps. I'm using an ADODBconnection
I have a form with a datagrid, and some text/combo-boxes and a button.
When I select a record in the datagrid an press the button I want to
see the valeus of the cells from tehe selected record in the
text/combo-boxes.
At this point I only get the first record shown even when i select the
second record.
The code for showing the values is:
edtTitel.Text = m_rstTblFilms.Fields("Titel").Value
But I cant find anywhere a code to let it apply on the selected
record.
Can anyone show me the right direction???
ps. I'm using an ADODBconnection