B
Bob Howard
Hi everyone,
I have an unbound form with a particular (unbound) control that gets saved
in a "memo" type field in the database. As the user is typing into that
control, I would like to convert their use of the "tab" key to five
consecutive blank spaces.
Using OnKeyDown event, I can convert it to a single blank space (vbKeySpace)
.... but I cannot do mroe than this (separately, I've handled the condition
of the "tab" keyh being pressed along wiht "alt" or "ctrl" or "shift" ---
these are not issues).
Anyone know of a way to substitute multiple blanks apces for a tab entered
into an unbound text box??
Thanks...
bob
I have an unbound form with a particular (unbound) control that gets saved
in a "memo" type field in the database. As the user is typing into that
control, I would like to convert their use of the "tab" key to five
consecutive blank spaces.
Using OnKeyDown event, I can convert it to a single blank space (vbKeySpace)
.... but I cannot do mroe than this (separately, I've handled the condition
of the "tab" keyh being pressed along wiht "alt" or "ctrl" or "shift" ---
these are not issues).
Anyone know of a way to substitute multiple blanks apces for a tab entered
into an unbound text box??
Thanks...
bob