Using GoToRecord in Debug Mode

F

Frank Wagner

I frequently use the command "DoCmd.GoToRecord , ,
acNext" in the visual basic code that I attached for my
forms. The problem with this command is that it will not
execute in DeBug mode. Is there another command I should
use to perform the same function that will execute in the
debug mode, or is it a structural issue with trying to
move to the next record while still in the debug mode?

Any thoughts would be appreciated.

Frank Wagner
 
Top