Determine selected records in datasheet view

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
 
A

Allen Browne

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top