spikepl
Eledittingent Beliped
- Local time
- Today, 01:27
- Joined
- Nov 3, 2010
- Messages
- 6,142
I want to highlight the current record in the datasheet of a split form (Access 2007).
To that end, in the form's OnCurrent, I have put:
It works fine, once the user clicks on a row somewhere in the datasheet. But when the form loads, the first row in the datasheet, the current row, is not highlighted. Only if I navigate to it later in the datasheet-part.
I put the coad in the OnLoad, but that does not do it either.
Any suggestions?
To that end, in the form's OnCurrent, I have put:
Code:
SendKeys "+ ", True
It works fine, once the user clicks on a row somewhere in the datasheet. But when the form loads, the first row in the datasheet, the current row, is not highlighted. Only if I navigate to it later in the datasheet-part.
I put the coad in the OnLoad, but that does not do it either.
Any suggestions?