A
AlexT
Folks
Most probably a basic question but I can't seem to have it working...
Having a form / subform design, the subform being in datasheet view,
how would I loop through all selected lines of the said datasheet ?
Something like (pseudo code)
For each anItem in Myform.subform.selectedLines
Msgbox anitem.controls("myIdx") & "is selected"
Next anItem
Thanks & regards
--alexT
Most probably a basic question but I can't seem to have it working...
Having a form / subform design, the subform being in datasheet view,
how would I loop through all selected lines of the said datasheet ?
Something like (pseudo code)
For each anItem in Myform.subform.selectedLines
Msgbox anitem.controls("myIdx") & "is selected"
Next anItem
Thanks & regards
--alexT