Tab control??

we have a form here that always starts up on tab page 2… where can i control which tab page that should be the default tab page???

In the OnOpenForm trigger put the code CurrForm.FieldOnTabx.ACTIVATE;

thanx : )

Even easier Set The ActiveControlOnOpen - No code needed! //Henrik Helgesen -: KISS::Keep it Simple, Stupid :-

Hi Henrik, hi Willy It doesn’t work. I’ve put a subform in the fifth tab and in the OnOpenForm I wrote: CurrForm.Description.activate; Description is a control in the FIRST tab, but, it always open on the fifth… Gianni … and activeControlOnOpen doesn’t work …