wizcow Registered User. Local time Yesterday, 17:04 Joined Sep 22, 2001 Messages 236 May 19, 2002 #1 Hi I want my form to open with the cursor in a subform text box. I am trying to use vb code in the on open event. Thanks Tom
Hi I want my form to open with the cursor in a subform text box. I am trying to use vb code in the on open event. Thanks Tom
J Jack Cowley Registered User. Local time Today, 00:04 Joined Aug 7, 2000 Messages 2,636 May 19, 2002 #2 Me![SubFormControlName].SetFocus Me![SubFormName].Form![ControlName].SetFocus