pro_vb thread: Stupid Question
Thanks everybody, this method worked great.
John
-----Original Message-----
From: Jerry [mailto:jmace@c...]
Sent: Friday, February 23, 2001 7:17 PM
To: professional vb
Subject: [pro_vb] Re: Stupid Question
Hi John,
This is what I use. Put this in the KeyPress Event for the TextBox.
If KeyAscii = vbKeyReturn Then
SendKeys"{TAB}"
KeyAscii=0
End If
Please let me know if this works for you
Jerry Mace
|





