I have a control on a form that needs to increment to the next available number on a new record. I have code in the event GotFocus and this works, except only when I click on the control or shift+tab back to it. I've checked my tab order (the control is first) and when a new record is started that is where the cursor is but simply tabbing to the next control isn't updating the previous control. It only does it when I either click on it or shift+tab back to it. I wanted this control to display the incremented number immediately upon a new record. Any suggestions
