Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I can only put one character in each textbox

Status
Not open for further replies.

Bullfrog

MIS
Sep 21, 1999
7
0
0
US
property length of each textbox is different and verified
 
Bullfrog,<br>
<br>
Please elaborate more about your problem, it is quite vague!!!
 
I had the same problem.<br>
<br>
I had a function in the KeyDown event that would update the txtBoxes (that are unbound) with the data in the recordset.<br>
<br>
So, each time I pressed a key, it would overwrite what I typed.<br>
<br>
What I ended up doing was put my UpdateFields() function inside an if KeyCode = vbKeyPageDown or if KeyCode = vbKeyPageUp event instead.<br>
<br>
Problem solved.<br>
<br>
HTH,<br>
<br>
MapMan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top