Determine selected records in datasheet view

  • Thread starter Thread starter Dou
  • Start date Start date
D

Dou

I want to select records in datasheet view in the subform. How can I
determine which records are selected and save them in a table or print them
in a report?

Thanks
 
See help on SelTop and SelHeight.

You won't be able to use a command button on your form do to this. By the
time the button's Click event fires, *it* has focus, and the multi-record
selection is lost. A toolbar button would work.
 
Back
Top