G
G
Hi, I have a subform that is in datasheet view.
I would like to know how I can tell what records are
selected on the subform in VB so I can perform operations
on them.
Me.ListData_Subform.SelTop doesn't work.
Me.ListData_Subform.CurrentRecord doesn't work either.
Though I can get the primary key of the first record
selected with:
Me.ListData_Subform.Controls(24).Value
But that automatically shrinks a multi-record selection to
a single record.
Any clues?
Thanks in advance!!!
g-
I would like to know how I can tell what records are
selected on the subform in VB so I can perform operations
on them.
Me.ListData_Subform.SelTop doesn't work.
Me.ListData_Subform.CurrentRecord doesn't work either.
Though I can get the primary key of the first record
selected with:
Me.ListData_Subform.Controls(24).Value
But that automatically shrinks a multi-record selection to
a single record.
Any clues?
Thanks in advance!!!
g-