Record Selector via ADO

M

Mel

I have a form with RecordSelecters turned on because of multiple rows. I
want to find out which rows the user has selected so I can copy the data from
one key to another.

Any ideas?
 
B

Barry Gilbert

Mel,

Look in help for the form's SelTop and SelHeight properties. These should
help you determine the records selected.

Barry
 
Top