I have a tabular datasheet. I use the DoCmd.GoToRecord,,acNewRec command to move to the new record row to add a new entry. When I do the same thing using the * key on the navigation bar it moves to the new record row and shows the cursor at the beginning of the field. How do I do the same thing in code, i.e., get the blinking cursor to appear?