How to get Focus in Line Form from Hdr form

Hi All,

I have a Header Form and Line(SubForm).I have some Controls on Header form.User may Use all the Controls or he may use some controls only,Because Last Control is an Option Type,if he is accepting the Value in that Option thenhe will not touch that control.But my requirement is when we are focussing our cursor in Line form the cursor should Strictly focus first in One particular Control that is in First Field,if User is accessing the Line Form then Focus should be in First Filed (Control) Only.Can Any Body gives the Solution.

Thanks in Advance

Regards,

Vijay

Perhaps you can use subform’s property “ActiveControlOnOpen” or the subform’s trigger OnActivate in which you type “CurrForm..ACTIVATE;” where is the name of the field to activate…