Record selector's selection readable by VB?

  • Thread starter Thread starter Lorenz Ingold
  • Start date Start date
L

Lorenz Ingold

If one drags the mouse over the record selectors of several records, then
one can select several records (i.e. to delete them all in one action). (Of
course only one of them (with the arrow symbol) is the "officially" selected
record). Is there a possibility for a VB code to find out all the records
that are selected?
 
Lorenz Ingold said:
If one drags the mouse over the record selectors of several records, then
one can select several records (i.e. to delete them all in one action). (Of
course only one of them (with the arrow symbol) is the "officially" selected
record). Is there a possibility for a VB code to find out all the records
that are selected?

Absolutely, check out the SelHeight (and SelWidth) properties in the
helpfiles.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access
 

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