How To Select Entirerow?

T

T Kirtley

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
 
T

T Kirtley

Never mind, I was having a senior moment!

What I was failing to remember was:

DoCmd.RunCommand acCmdSelectRecord
 
Top