Cursor Position / Scroll Button

S

Samantha

I have two issues:

1) I've added a button on a form to add a new record. Is
there a way to make the cursor go to the first data entry
field when the blank form opens?

2) I have a series of combo boxes and drop down lists on a
the form. When a user uses their scroll button on their
mouse to scroll through these lists, it tries to advance
to to next record and returns an error that required
fields haven't been entered. Is there a way to make it so
that users can use their scroll button?

Thanks for You Help!
Samantha
 
A

Alan Fisher

-----Original Message-----
I have two issues:

1) I've added a button on a form to add a new record. Is
there a way to make the cursor go to the first data entry
field when the blank form opens?

2) I have a series of combo boxes and drop down lists on a
the form. When a user uses their scroll button on their
mouse to scroll through these lists, it tries to advance
to to next record and returns an error that required
fields haven't been entered. Is there a way to make it so
that users can use their scroll button?

Thanks for You Help!
Samantha
.
In answer to the first question...Every data entry field
has a Tab Stop and Tab Index property under the Other
heading of the properties list. Select Yes for Tab Stop
for every control you wnat the cursoer to tab to and then
select the order in the Tab Order field. The first field
to get the focus should be set to Tab Order 1 and then you
can adjust the others accordingly.
 

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