S
sigh
Hi,
I have a combo box on the Main Form's Form Header
Section and Second combo box on the Main-subForm Detail
section. After I update the first combo box on the Main
Form Header Section. I would like the Curson automatic to
goto the Main-SubForm Detail Section on the Second Combo
box. What VBA code should I write? and here's my sample on
the After_UPdate Event. But it doesn't work.
Me!subform1.Form!cbobox2.SetFocus
Any help would be very appreciated.
I have a combo box on the Main Form's Form Header
Section and Second combo box on the Main-subForm Detail
section. After I update the first combo box on the Main
Form Header Section. I would like the Curson automatic to
goto the Main-SubForm Detail Section on the Second Combo
box. What VBA code should I write? and here's my sample on
the After_UPdate Event. But it doesn't work.
Me!subform1.Form!cbobox2.SetFocus
Any help would be very appreciated.