L Lynn_AccessUser Registered User. Local time Today, 04:20 Joined Feb 4, 2003 Messages 125 Feb 23, 2004 #1 Is there a way via code to "Send To Back" a textbox. I am setting the focus to a textbox so I can't make it invisible but I don't want it to show on the form.
Is there a way via code to "Send To Back" a textbox. I am setting the focus to a textbox so I can't make it invisible but I don't want it to show on the form.
ChrisO Registered User. Local time Today, 21:20 Joined Apr 30, 2003 Messages 3,171 Feb 24, 2004 #2 G’day Lynn. Give this a shot. Me.txtMyVisibleTextBox.Left = 0 Me.txtMyVisibleTextBox.Width = 0 Me.txtMyVisibleTextBox.SetFocus Hope that helps. Regards, Chris.
G’day Lynn. Give this a shot. Me.txtMyVisibleTextBox.Left = 0 Me.txtMyVisibleTextBox.Width = 0 Me.txtMyVisibleTextBox.SetFocus Hope that helps. Regards, Chris.