I have three recordsets, how can check to see which recordset is the active one?
I'm trying to do this in the button (first, next, previous, and last) click events. Which is corresponding to which ever rad button is pressed for that recordset.
Printable View
I have three recordsets, how can check to see which recordset is the active one?
I'm trying to do this in the button (first, next, previous, and last) click events. Which is corresponding to which ever rad button is pressed for that recordset.
Recordset? Do you mean datatable? What do you mean by active - which table the control is bound to?
Thanks for replying.
I figured it out.