B
Bill
I am new to using forms in Access, and I am having trouble with what I
think should be a simple task. I am trying to update the value of a
text box, based on keyboard entry in another text box. I am trying to
use data from different sources to build a string of characters, but I
would like the result to be updated as the user types. I have tried
using keypress, keydown, keyup, etc, however, I can't seem to update
the values as the user types, and I am only seeing the first
keystroke. I tried using refresh at each keypress, but that moves the
cursor back to the beginning of the string in the text box. For
example, if a user types "ABC" in one text box, I would like to see
each character echoed in another text box as he types. I have been
searching the web, and the news groups, but I haven't yet found an
answer. I hope this question makes sense, unfortunately, I don't have
enough experience with forms to even ask an intelligent question.
Thanks.
think should be a simple task. I am trying to update the value of a
text box, based on keyboard entry in another text box. I am trying to
use data from different sources to build a string of characters, but I
would like the result to be updated as the user types. I have tried
using keypress, keydown, keyup, etc, however, I can't seem to update
the values as the user types, and I am only seeing the first
keystroke. I tried using refresh at each keypress, but that moves the
cursor back to the beginning of the string in the text box. For
example, if a user types "ABC" in one text box, I would like to see
each character echoed in another text box as he types. I have been
searching the web, and the news groups, but I haven't yet found an
answer. I hope this question makes sense, unfortunately, I don't have
enough experience with forms to even ask an intelligent question.
Thanks.