Hi,
You can use the tab order dialog. In form design, right click on the form and select tab order.
If you want to do this programatically, you need to choose the event that triggers the change in focus (even if it is the form's on open event) and use this code:
Forms!MyForm!MyControl.SetFocus
HTH
mmcdonal
|