View Single Post
  #1  
Old April 22nd, 2008, 03:28 PM posted to microsoft.public.access.forms
=Ray=
external usenet poster
 
Posts: 31
Default Redirect Control Focus

I have a form with a subform, and if you tab through the subform's fields,
after the last field, it tabs back to the first field on a new record. But
instead of this, I want it to send the focus to a different control (on the
main form) when you tab out of that field.

The problem is I don't see any method to do this. I'm thinking there should
be a
ControlA.Sendfocus ControlB
method or something that I can put in the ControlA_LostFocus Procedure.

Can someone tell me how I can accomplish this?
Thanks,
Ray