AutoTab

C

Chris

I must be an idiot...I can't find the AutoTab property
anywhere on my property sheet for a control within a
form. Can anyone help? Thanks.
 
C

Chris

Still can't find it. I'm in form design view and I select
the control that I want to autotab. I then click on
properties and then click on others, and...I don't see
it. What am I missing?

Thanks, Sandra
-----Original Message-----
Look under the "Other" tab - that's where it is hiding.

--
Sandra Daigle
[Microsoft Access MVP]
For the benefit of others please post all replies to this newsgroup.
I must be an idiot...I can't find the AutoTab property
anywhere on my property sheet for a control within a
form. Can anyone help? Thanks.
.
 
S

Sandra Daigle

What type of control are you using? AutoTab is only available on a textbox
control.

--
Sandra Daigle
[Microsoft Access MVP]
For the benefit of others please post all replies to this newsgroup.
Still can't find it. I'm in form design view and I select
the control that I want to autotab. I then click on
properties and then click on others, and...I don't see
it. What am I missing?

Thanks, Sandra
-----Original Message-----
Look under the "Other" tab - that's where it is hiding.

--
Sandra Daigle
[Microsoft Access MVP]
For the benefit of others please post all replies to this newsgroup.
I must be an idiot...I can't find the AutoTab property
anywhere on my property sheet for a control within a
form. Can anyone help? Thanks.
.
 
G

Guest

A text box control. However, I'm in a subform. Does that
matter?
-----Original Message-----
What type of control are you using? AutoTab is only available on a textbox
control.

--
Sandra Daigle
[Microsoft Access MVP]
For the benefit of others please post all replies to this newsgroup.
Still can't find it. I'm in form design view and I select
the control that I want to autotab. I then click on
properties and then click on others, and...I don't see
it. What am I missing?

Thanks, Sandra
-----Original Message-----
Look under the "Other" tab - that's where it is hiding.

--
Sandra Daigle
[Microsoft Access MVP]
For the benefit of others please post all replies to this newsgroup.

Chris wrote:
I must be an idiot...I can't find the AutoTab property
anywhere on my property sheet for a control within a
form. Can anyone help? Thanks.
.

.
 
W

Wayne Morgan

How many items do you have under the Other tab? Is there a scroll bar to the
right side of the Properties sheet? It should be there for a textbox on a
subform as well. Can you find it for any textbox?
 
C

Chris

Just figured it out...thanks so much for your help. I was
trying to autotab on a combo box. So, let me ask this
question instead, is there a way to do automatically move
to the next control on a form after an item is selected on
a combo box?
 
S

Sandra Daigle

Hi Chris,

The AfterUpdate event fires after you select something from the list - you
could use this event to setfocus to the next event. The problem with this is
that it may prove to be annoying to the user who selects something, then
want to go back and select something different. I tend to be fairly cautious
about using focus events because they tend to have adverse effects that
irritate the user.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top