I have a problem reading the value of a specific column in a grid while scrolling down one of the other columns.
In my situation the grids recordsource is set to table 2 and displays a combobox populated with the fields in table 1.
In the grid, users can enter information about table 1 (for example: field name; field description; task to perform on field; etc...)
I need to display sample data from whichever field they have chosen, but the only time I can successfully access the fields name is when that particular column is selected. So if they move to a different column and scroll down the records, the sample data remains static.
Help!
In my situation the grids recordsource is set to table 2 and displays a combobox populated with the fields in table 1.
In the grid, users can enter information about table 1 (for example: field name; field description; task to perform on field; etc...)
I need to display sample data from whichever field they have chosen, but the only time I can successfully access the fields name is when that particular column is selected. So if they move to a different column and scroll down the records, the sample data remains static.
Help!