S
Sueffel
Okay, I have my controls, and in each one's key_down even, I have:
Me.SelectNextControl(Me.ActiveControl,True,True,False,True)
All controls I need do have the TabStops and do have Index's set. I have
stuff that each control has to do(Validation) before it moves on, so the
Form.KeyPreview is out.
Thank,
Sueffel
Me.SelectNextControl(Me.ActiveControl,True,True,False,True)
All controls I need do have the TabStops and do have Index's set. I have
stuff that each control has to do(Validation) before it moves on, so the
Form.KeyPreview is out.
Thank,
Sueffel