How do I tell which row was last selected in some record? I see that, when looking at a table/form based on a table/subform based on a query/etc., there is a black arrowhead next to the last row that had focus. How do I tell which one this is? And, more importantly, how do I reference information from this? Something like this
Code:
Private Sub Button_Click()
Some control on a form = subform.lastselectedrow.field
End Sub