I have a ‘Not In List’ event that opens a new form and inserts the new data into the first control/field and sets focus to that control. This works fine but I want the focus to be set to the next control so that the first control with the new data doesn’t get overwritten. I’ve tried ‘set focus’ and ‘goto control’ code in the ‘on load’ event of the new form but it doesn’t work (or I’m doing it wrong). Can anyone tell me how to set the focus to the next control?