G
Guest
I have textboxes in the Form Header of the Main Form ; and have a SubForm in
the Detail Section.
On the last box in the header area I put in the OnExit event:
Me.SubForm.Form!ABCtextbox.SetFocus
....and it is ignored...no error or anything...the tab returns to the first
box in the Form Header....
If I put my cursor in the subForm's ABCtextbox, everything is fine and it
does not have the tab stop turned off or anything...
Any suggestions?
the Detail Section.
On the last box in the header area I put in the OnExit event:
Me.SubForm.Form!ABCtextbox.SetFocus
....and it is ignored...no error or anything...the tab returns to the first
box in the Form Header....
If I put my cursor in the subForm's ABCtextbox, everything is fine and it
does not have the tab stop turned off or anything...
Any suggestions?