Multiple selections on forms in Access 2002

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When a form (continuous mode) displays many records I need to be able to read
from VBA code which records are currently selected when a user selects more
than one record via the record selectors. Any ideas would be appreciated.
Many Thanks!
Paul
 
SelTop and SelHeight should give you this info.

You can't do that with a command button though: by the time the button's
Click event fires, *it* has the focus, so the selection is lost.
 

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

Back
Top