Record selector's selection readable by VB?

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?
 
A

Arvin Meyer [MVP]

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
 
Top