I have a grid called staff which shows staffNo, name, position.
Does anybody have any ideas how i can retrieve the staff number from the grid and use it in an SQL statement?
eg select name from staffTable where staff_no =** (value from the grid)**.
Thanks