Each time I open my database after it's been closed and then open one particular form, whether I press a button object or change a drop down field I get an error message which reads "Return without GoSub".
If I go into design mode properties for the drop down field and open the VBA code in the after update event procedure and then close it the form works without the error even without modifying the VBA code.
However when I close the data base and open it again the error message returns in the same form again.
How can I resolve the return without GoSub?