A family of Microsoft relational database management systems designed for ease of use.
DoCmd.GotoRecord is old code. Try DoCmd.RunCommand acCmdRecordGotoNext (not sure if that's the correct constant but you should be able to find the correct one using Intellisense)