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 Kirtley - 12 Dec 2005 23:21 GMT
Never mind, I was having a senior moment!
What I was failing to remember was:
DoCmd.RunCommand acCmdSelectRecord
> In a datasheet view, how can you automatically select the entire row when
> the focus changes?
[quoted text clipped - 7 lines]
>
> TK