How To Select Entirerow?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In a datasheet view, how can you automatically select the entire row when
the focus changes?

I've done this before, but can't remenber the method to use in the
OnCurrent event.

Any comments appreciated

Thanks,

TK
 
Never mind, I was having a senior moment!

What I was failing to remember was:

DoCmd.RunCommand acCmdSelectRecord
 
Back
Top