G Greg Mar 3, 2004 #1 I have a command button to create a new record. what code do i need to set the focus to a certain field? Many thanks in Advance Greg
I have a command button to create a new record. what code do i need to set the focus to a certain field? Many thanks in Advance Greg
F fredg Mar 4, 2004 #2 I have a command button to create a new record. what code do i need to set the focus to a certain field? Many thanks in Advance Greg Click to expand... [SomeControl].SetFocus
I have a command button to create a new record. what code do i need to set the focus to a certain field? Many thanks in Advance Greg Click to expand... [SomeControl].SetFocus
T TC Mar 4, 2004 #3 I'd set the focus to the first enterable field in the current tab order: me.selheight=1 me.selheight=0 HTH, TC
I'd set the focus to the first enterable field in the current tab order: me.selheight=1 me.selheight=0 HTH, TC
G Greg Mar 4, 2004 #4 Thanks worked perfect I have a command button to create a new record. what code do i need to set the focus to a certain field? Many thanks in Advance Greg Click to expand... [SomeControl].SetFocus Click to expand...
Thanks worked perfect I have a command button to create a new record. what code do i need to set the focus to a certain field? Many thanks in Advance Greg Click to expand... [SomeControl].SetFocus Click to expand...