Connecting Tech Pros Worldwide Help | Site Map

Datasheet view record selection event?

  #1  
Old November 13th, 2005, 04:03 AM
drhoo
Guest
 
Posts: n/a
Hi,

I think the answer is "No", but I thought I'd better ask before I rule
it out.

With a form in datasheet view, is there any way to capture
programatically the selected (i.e. with shift-click or click and drag)
records? Are they captured by any events?

Ideally I'l like to open a recordset for the selected records
  #2  
Old November 13th, 2005, 04:04 AM
Allen Browne
Guest
 
Posts: n/a

re: Datasheet view record selection event?


Use SelHeight and SelTop to determine the selected records.

The form's RecordsetClone already has these records, so you may not need to
open another recordset.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"drhoo" <arg@bc.com> wrote in message
news:67mrk01hdjgrlkn8bbm8ncs4dv8aq9mjf7@4ax.com...[color=blue]
>
> I think the answer is "No", but I thought I'd better ask before I rule
> it out.
>
> With a form in datasheet view, is there any way to capture
> programatically the selected (i.e. with shift-click or click and drag)
> records? Are they captured by any events?
>
> Ideally I'l like to open a recordset for the selected records[/color]


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Subdatasheets. subforms and record selection Dale Walker answers 4 April 17th, 2006 09:25 PM
Forcing a Form View David White answers 9 November 13th, 2005 01:39 PM
Subdatasheets. subforms and record selection Dale Walker answers 0 November 13th, 2005 01:37 PM
List Box Selection opens in datasheet view Yuki answers 1 November 13th, 2005 04:00 AM