projecttoday
Programmer
I have a datasheet subform on a form. I am able to move the arrow to a row on the datasheet using recordsetclone.findfirst. What I would like to do is actually highlight the whole row as if it had been clicked on. As I said I'm finding the row okay with findfirst. How do I highlight it? Would that be setfocus? What code would I use after
me.subformname.recordsetclone.findfirst
?
Robert
me.subformname.recordsetclone.findfirst
?
Robert