Hi,

I am having a very strange problem.

I have a text box which the user can type data into. Recently, when the Enter key is pressed, instead of adding a new line in the text box, it Tabs to the next field.

I retried an old version (from SourceSafe) and the Enter key worked fine - yet I can't see any differences to the property of the Text box.

I also have the following event which is called for a normal keypress but not the enter key

Code:
Private Sub txtEmail_KeyPress(KeyAscii As MSForms.ReturnInteger)
I have seen several other threads with similar problems - could this be a VB6 problem???

Thanks,
Tim