Adding component that lets enter key act as tab
I want to derive a component from an textbox that will let me press enter to move to the next field instead of having to hit tab. I've actually completed this by using the sendkey function and its working just fine, but I get a beep after you hit enter because I need to trap the original key. Can anyone tell me the best way to accomplish this in order to eliminate the beep?
Thanks,
glenn