Hi and thanks in advance,
I am using Access 2003 and have a form with a Tab control that has a few tabs, each with rows/columns of unbound textboxes. I am looking for a way to enable the user to navigate across and also down (via arrow and Tab keys) similar to spreadsheet navigation.
Initially, I tried setting focus to the appropriate textbox via VBA but that caused annoying screen flicker. (tried Allen Browne's solutions but still no good).
Next I tried to renumber the tab indexes of the textboxes (via VBA) either vertically or horizontally (depending on key pressed).
The first few textboxes renumber correctly but the rest get all jumbled up and renumber randomly despite my VBA.
Tried numbering from zero up and from max index down but no difference, so I really don't know what is going on here.
Thanks
Deutz
I am using Access 2003 and have a form with a Tab control that has a few tabs, each with rows/columns of unbound textboxes. I am looking for a way to enable the user to navigate across and also down (via arrow and Tab keys) similar to spreadsheet navigation.
Initially, I tried setting focus to the appropriate textbox via VBA but that caused annoying screen flicker. (tried Allen Browne's solutions but still no good).
Next I tried to renumber the tab indexes of the textboxes (via VBA) either vertically or horizontally (depending on key pressed).
The first few textboxes renumber correctly but the rest get all jumbled up and renumber randomly despite my VBA.
Tried numbering from zero up and from max index down but no difference, so I really don't know what is going on here.
Thanks
Deutz