Processing selected range of records

L

Leighton.d

I have a subform that displays a list of records. I have the "record
selectors" enabled. I can click a starting record, then hold shift and
select another record to select a range. The record selectors between the
two records turn black, indicating the range selected.

My question: Is there a way to write code where one or more operations can
be performed on the selected records?

Thanks!
 
M

Marshall Barton

Leighton.d said:
I have a subform that displays a list of records. I have the "record
selectors" enabled. I can click a starting record, then hold shift and
select another record to select a range. The record selectors between the
two records turn black, indicating the range selected.

My question: Is there a way to write code where one or more operations can
be performed on the selected records?


Check the SelTop, SelHeight and AbsolutePosition properties
in Help. Post back with a specific question if you need
additional assistance.
 
Top