"Return without GoSub" when using subforms in Access

Viewed 50589

Why do I get a

"Return without GoSub"

error when using subforms in Access 2007?

5 Answers

I had something similar (not specifically in VBA, but with using a form to update a subform). I just added a "StopAllMacros" step at the end of the screen updating object and it seemed to work.

enter image description here

Related