Hi I have some text area controls which I would like to behave like text boxes, i.e hitting the tab key moves the cursor to the next control. I can write some long-hand code to monitor for chr(9) on the "keypress" event, but is there a tidier way of achieving this - an obscure property perhaps? Thanks Nige