JoshuaAnthony
Registered User.
- Local time
- Today, 14:58
- Joined
- Dec 18, 2003
- Messages
- 68
Hi,
I am using a text box on my form and I was wondering if anybody knows how I can cause the 'Enter' key to start a new line in the textbox instead of moving to the next field?
Also, I use list boxes for most of my fields so that the user can't make mistakes in their selections. Unfortunately, I lose the "indexing" ability that I have with a combo box. For example, given the following set of data:
...
4555555
4566662
4578888
4599999
...
I would like to be able to start to type the number (459...), as for a combo box to go straight to my selection but I don't want to allow the user to make a selection that doesn't exist (like they can for a combo box). Any suggestions to get around this? The only thing I can think of is checking whether the number exists when the focus leaves this control. Does anybody know any other ways? I thought maybe there was some option somewhere that I could select to make my combo box act the way that I want it to.
Thanks,
Joshua
I am using a text box on my form and I was wondering if anybody knows how I can cause the 'Enter' key to start a new line in the textbox instead of moving to the next field?
Also, I use list boxes for most of my fields so that the user can't make mistakes in their selections. Unfortunately, I lose the "indexing" ability that I have with a combo box. For example, given the following set of data:
...
4555555
4566662
4578888
4599999
...
I would like to be able to start to type the number (459...), as for a combo box to go straight to my selection but I don't want to allow the user to make a selection that doesn't exist (like they can for a combo box). Any suggestions to get around this? The only thing I can think of is checking whether the number exists when the focus leaves this control. Does anybody know any other ways? I thought maybe there was some option somewhere that I could select to make my combo box act the way that I want it to.
Thanks,
Joshua