Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to highlight a row on a datasheet in code

Status
Not open for further replies.

projecttoday

Programmer
Feb 28, 2004
208
US
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
 
I said text boxes, but I should have said textboxes and comboboxes.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top