This seems to be a basic Windows functionality but I am either having a grey moment and or perhaps Access doesn't provide this feature generically?
Window's I presume, inherently can: (part of the Kernel?)
1) select all rows with CTRL A
2) select multiple consecutive rows using the shift key in combination with Arrow and or mouse clicks
3) select/deselect individual rows with the CTRL key and a mouse click combination
I have a standard form with a linked/bound subform ... this subform allows me to do selections using the first and second methods but not the 3rd. But its kind of hard to use this selection process if I can't determine what was selected.
Issue A) does anyone know if there is an Access object reference/property that indicates a row as selected? Or would one possibly have to get down into the WINAPI for this information? The subform is showing the selections so somewhere there has to be a flag.
Issue B) if "A" is possible is there also a form property that would allow the CTRL selection option or would one have to build an event procedure to toggle the selection flag?
Some references I have found to this question indicate people are adding extra tables with boolean fields to individually select a row using check boxes ... is this the only way forward?
Window's I presume, inherently can: (part of the Kernel?)
1) select all rows with CTRL A
2) select multiple consecutive rows using the shift key in combination with Arrow and or mouse clicks
3) select/deselect individual rows with the CTRL key and a mouse click combination
I have a standard form with a linked/bound subform ... this subform allows me to do selections using the first and second methods but not the 3rd. But its kind of hard to use this selection process if I can't determine what was selected.
Issue A) does anyone know if there is an Access object reference/property that indicates a row as selected? Or would one possibly have to get down into the WINAPI for this information? The subform is showing the selections so somewhere there has to be a flag.
Issue B) if "A" is possible is there also a form property that would allow the CTRL selection option or would one have to build an event procedure to toggle the selection flag?
Some references I have found to this question indicate people are adding extra tables with boolean fields to individually select a row using check boxes ... is this the only way forward?