Automatically moving a cursor

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I have a client that feels it is unexceptable to "tab" or "arrow through" a table when entering data. There are only three fields to work in the table. She wants the table set up so when se enters a value the cursor jumps to the next cell then from that cell to the next row. Is this possible and if so can you please get me started in the right direction?


Thank you
Tony
 
First, never.. I repeat... NEVER have the user enter
data directly into a table. That's what forms are for.

I too had this request. The user was to enter a tape
number, 4 digit, then start time (0000-2359), and end time.

You have to set the Input Mask of the control to only
accept 4 numbers, in my case 0000.

Then, set Auto Tab (on the Others tab of the properties
window) to true.

There she be


Chris


-----Original Message-----
Hello,

I have a client that feels it is unexceptable to "tab"
or "arrow through" a table when entering data. There are
only three fields to work in the table. She wants the
table set up so when se enters a value the cursor jumps to
the next cell then from that cell to the next row. Is
this possible and if so can you please get me started in
the right direction?
 
Back
Top