Ask a Question related to Microsoft Access, Design and Development.
- Maggic #1
Tab Order on a Form I would like to "tab" to a field twice on a form, once at the beginning and
then later on during the data entry
process.
Currently I have the field set up to be the first "tab stop" on the form,
but cannot see how to get it to also be the 20th stop.
I checked out the properties on the field and tried to enter two tab stops
in the "Tab Index" field, like "0,20" with no success. Some help with this
would be much appreciated.
Maggic
Maggic Guest
-
order form problems
Hi folks, I created an form in dreamweaver, in it are several text fields, dropdown menu's and checkboxes. Once i click submit it dumps all the... -
Form tab order
That worked, I was choosing the ordinary everyday select tool, not the one under advanced editing. Thanks for getting to the bottom of it. Bill -
Set Tab order in PDF form
I can't seem to get the tab order of my form edited. I know I did this in acrobat 5 now I'm working in 6 and can't remember how to remap the tab... -
Changing the Tab Order in a form
How can I change the tab order in a form created in Acrobat Pro? I created a form that follows the Document Structure to tab through the fields. When... -
PHP order form
http://www.geocities.com/nhs_angell/orderform.htm cant get this order form to work properly. it check to see that all field are full and then it... - Maggic #2
Re: Tab Order on a Form What a good idea .. now why didn't I think of it :) .. I can work with that
... many thanks!
Maggic
Hugh O'Neill <[email protected]> wrote in message
news:bfhb1o$s0g$[email protected]..> Maggic wrote:
>>> > I would like to "tab" to a field twice on a form, once at the
> > beginning and then later on during the data entry
> > process.
> >
> > Currently I have the field set up to be the first "tab stop" on the
> > form, but cannot see how to get it to also be the 20th stop.
> >
> > I checked out the properties on the field and tried to enter two tab
> > stops in the "Tab Index" field, like "0,20" with no success. Some
> > help with this would be much appreciated.
> >
> > Maggic
>
> At the point where you want the focus to go to that control again, you
> can use the SetFocus method to send the cursor there, perhaps depending
> on some condition.
>
> hth
>
> Hugh
Maggic Guest
- Hugh O'Neill #3
Re: Tab Order on a Form Maggic wrote:
> What a good idea .. now why didn't I think of it :) .. I can work
> with that .. many thanks!
>
> Maggic
>
>
> Hugh O'Neill <[email protected]> wrote in message
> news:bfhb1o$s0g$[email protected]..> > Maggic wrote:
> >> >> > > I would like to "tab" to a field twice on a form, once at the
> > > beginning and then later on during the data entry
> > > process.
> > >
> > > Currently I have the field set up to be the first "tab stop" on
> > > the form, but cannot see how to get it to also be the 20th stop.
> > >
> > > I checked out the properties on the field and tried to enter two
> > > tab stops in the "Tab Index" field, like "0,20" with no success.
> > > Some help with this would be much appreciated.
> > >
> > > Maggic
> >
> > At the point where you want the focus to go to that control again,
> > you can use the SetFocus method to send the cursor there, perhaps
> > depending on some condition.
> >
> > hth
> >
> > Hugh
Glad to help.
Hugh
Hugh O'Neill Guest




