RE: Disable selection of Text Box
- From: Pierre <Pierre@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 19 Dec 2007 09:49:01 -0800
thank you.. information was vary useful
--
Work is sometimes hard....but someone has to do it.
"Ofer Cohen" wrote:
Sorry forgot this part..
There are a couple of ways
1. Set the TAB order of the fields in the form, and specify the first field
Open the form in design view, and select from the menu "View" -> Tab Order
2. On the form OnLoad event of the form you can use the SetFocus to set the
focus to any field
Me.[TextBoxName].SetFocus
--
Good Luck
BS"D
"Pierre" wrote:
I promise I tried that already, but now I feel dumb for asking and what I
thought should work WORKED. But you didn't comment on what I should do to
have the cursor move to the first entry field or a field of my choosing
altogether.
--
Work is sometimes hard....but someone has to do it.
"Ofer Cohen" wrote:
Change the Enabled property of the Text Box to No
--
Good Luck
BS"D
"Pierre" wrote:
Greetings all...My issues today is that I have a Text Box on a form that is
formatted to display the value of a field; "=[FName] & " " & [LName]". Now
although I can't edit the information in the Text Box, I can select it. Is
there a way to prevent it from being selected. You may ask what would it
matter if it’s selected if you can't edit it. Brings me to part two of my
inquiry. Is there a way to have the cursor start on a particular field when
the form is opened. Something like on open go to field LName so that an
entry can be made if need be. Thanks in advance for any and all suggestion.
--
Work is sometimes hard....but someone has to do it.
- References:
- RE: Disable selection of Text Box
- From: Ofer Cohen
- RE: Disable selection of Text Box
- Prev by Date: RE: Disable selection of Text Box
- Next by Date: Re: Tables and List Boxes
- Previous by thread: RE: Disable selection of Text Box
- Next by thread: RE: Disable selection of Text Box
- Index(es):
Relevant Pages
|