Hi,
I created a form that that has a text box and i need to be able to tab(create spaces) inside the text box?
Ive statred by useing the properties of the box and started to create a macro for: On key Press - [Event Procedure]
which bring up a start:
Private Sub Text0_KeyPress(KeyAscii As Integer)
End Sub
I have not been able to find the ascii code for the TAB key??
any ideas or examples would be helpful thanks
HELP........
I created a form that that has a text box and i need to be able to tab(create spaces) inside the text box?
Ive statred by useing the properties of the box and started to create a macro for: On key Press - [Event Procedure]
which bring up a start:
Private Sub Text0_KeyPress(KeyAscii As Integer)
End Sub
I have not been able to find the ascii code for the TAB key??
any ideas or examples would be helpful thanks
HELP........