thefourthwall
IS-IT--Management
Hello,
I have tried suggestions already posted, yet am doing something wrong still.
I have a main form, frmEquipmentCheckIn and two subforms, frmHardware_Subform and frmPeripherals_Subform and want to tab out of the last field in the main, into the first field in the first subform (first field on subform is drop off date), then tab into the 2nd subform, and finally back to the main form.
For main form's last field(Phone#), I have code behind the Got_Focus event:
Have to admit being clumsy at this, and appreciate any help.
Thanks,
thefourthwall
I have tried suggestions already posted, yet am doing something wrong still.
I have a main form, frmEquipmentCheckIn and two subforms, frmHardware_Subform and frmPeripherals_Subform and want to tab out of the last field in the main, into the first field in the first subform (first field on subform is drop off date), then tab into the 2nd subform, and finally back to the main form.
For main form's last field(Phone#), I have code behind the Got_Focus event:
Code:
Forms!SubformfrmHardware_Subform.SetFocus
[SubFormfrmHardware_Subform].Form!Date_Dropped_Off].SetFocus
Thanks,
thefourthwall