I have a form that contains a textbox. The program insert record when user input text into the textbox and then press enter. I want to make the focus stay at the textbox and wait for the second input from the user. I have tried to put setfocus at the afterupdate event of the textbox but failed. How to archieve this? Thanks in advance.