On a form several rows of data are displayed in the detail section.
The user can multi-select rows just like a list box by SHIFT/CTRL clicking the record selectors.
I want to scan the selected rows and extract data from them.
Using the Forms recordset or Recordsetclone (or any other) is the any way of identifying the selected rows please? eg Me.Recordset.Selected (this property does not appear to exist)
Getting the selected rows from a listbox is ok but is there a similar option for the form's recordset?
Thx
The user can multi-select rows just like a list box by SHIFT/CTRL clicking the record selectors.
I want to scan the selected rows and extract data from them.
Using the Forms recordset or Recordsetclone (or any other) is the any way of identifying the selected rows please? eg Me.Recordset.Selected (this property does not appear to exist)
Getting the selected rows from a listbox is ok but is there a similar option for the form's recordset?
Thx