I have a Continuous Form with a table as its data source. I need to set a yes/no field for each record in the table when a user selects a range of records using the Record Selector buttons.
The "range of records" that I refer to is when the user clicks on the record selector button (on the right most side of the display) of say, record seven, and while holding the mouse button down, drags the cursor down the column of record selector buttons, causing records 7 throught 19 to be "selected" (for example).
I have not been able to find any property that can be tested for "true" indicating that a particular record is one of the selected ones.
I am aware of the SelHeight property, but that will only tell you HOW MANY records are selected, not WHICH ONES.
Some detailed guidance would be greately appreciated.
Dan
The "range of records" that I refer to is when the user clicks on the record selector button (on the right most side of the display) of say, record seven, and while holding the mouse button down, drags the cursor down the column of record selector buttons, causing records 7 throught 19 to be "selected" (for example).
I have not been able to find any property that can be tested for "true" indicating that a particular record is one of the selected ones.
I am aware of the SelHeight property, but that will only tell you HOW MANY records are selected, not WHICH ONES.
Some detailed guidance would be greately appreciated.
Dan