GaelicFatboy
Registered User.
- Local time
- Today, 18:59
- Joined
- Apr 17, 2007
- Messages
- 100
Would anyone be able to help with focus flow?
I've got a text box (Me.Text_PartNumber) which I'm trying to get the focus to stay with once the enter key has been pressed instead of moving to the next control in the tab index list.
Under the options menu I've set the move after enter option to 'Next field', and would prefer to keep this the same.
I've tried using:
Me.Text_PartNumber.Setfocus
But this doesn't work the focus still moves onto the next control in the tab index list.
Cheers
D
I've got a text box (Me.Text_PartNumber) which I'm trying to get the focus to stay with once the enter key has been pressed instead of moving to the next control in the tab index list.
Under the options menu I've set the move after enter option to 'Next field', and would prefer to keep this the same.
I've tried using:
Me.Text_PartNumber.Setfocus
But this doesn't work the focus still moves onto the next control in the tab index list.
Cheers
D