coding a heads down data entry

  • Thread starter Thread starter Izod
  • Start date Start date
I

Izod

I can't seem to get the right controls to do the following; keying in data
one character "X" or Blank to auto advance to next
element. The value of the "X" is 1 (One). The value of Blank being "0'
(zero). There will be a lot of these one character fields.
Not sure how to tell it "Text" when the value will 1 when an "X" is entered.
Of course the enter key will advance leaving blank.

I hope this isn't a stupid question. :) Izod
 
If I understand you correctly you want the cursor to move from field to field
without pressing enter as you enter a number of one-character fields. You do
not need code for this, just set the AutoTab property of the controls to True.

John
##################################
Don't Print - Save trees
 
Back
Top