Re: skipping tab index

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Allen Browne (AllenBrowne_at_SeeSig.Invalid)
Date: 06/19/04


Date: Sat, 19 Jun 2004 13:10:59 +0800

Use the AfterUpdate event procedure of the check box to SetFocus to where
ever you wish to jump to.

This example jumps to a control named SomePlaceElse if the user checks the
box named chk1, but not if they uncheck it:

Private Sub chk1_AfterUpdate()
    If Me.chk1.Value Then
        Me.SomePlaceElse.SetFocus
    End If
End Sub

-- 
Allen Browne - Microsoft MVP.  Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"emidkiff" <anonymous@discussions.microsoft.com> wrote in message
news:1e8dd01c4557b$63398970$a401280a@phx.gbl...
> I have a rather large form with about 60 or so text
> boxes.  These text boxes are grouped in relation to each
> other.  I want my user to be able to skip certain groups
> of text boxes by selecting a check box or something when
> there is nothing for them to enter.  I think that would
> save them a lot of time.  I am having a problem in finding
> a way to tell then check box that once it is clicked, to
> skip from tab index 13 to 27 or something like that?
> Anyone have any ideas on how I could do this?


Relevant Pages

  • Test Sequence for Diva and Phoenix water level electronic boxes
    ... As there are frequent questions about the old style UNIC water level ... boxes I will give a useful test we worked out a few years ago. ... remove Jump 1'-3' and place Jump 2'-4' and you should read: ... and the readings will be similar to above except the 115V readings will ...
    (alt.coffee)
  • Re: Common Ancestor?
    ... We will use Dawkins evolutionry "climb the hill" analogy. ... "You have a pogo stick and 66 square boxes. ... If you jump in the horizontal plain in any direction more than the ... width of one box this uses extra energy. ...
    (talk.origins)
  • Re: Move to index in combo box
    ... I'd like to put in some boxes that will jump the combo box to a certain ... But, if Macaroni is deleted, then Martin ...
    (microsoft.public.access.forms)
  • Graphics keep moving randomly when I try to position them
    ... The default wrapping style for objects is 'top and bottom'. ... move them by clicking and dragging, the objects often jump to another place ... a way to disable Word's auto-formatting to allow free positioning of objects? ... I also try selecting or deselecting the boxes for 'move with text' and 'allow ...
    (microsoft.public.word.drawing.graphics)