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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top