M
MeSteve
I have a form that runs this:
If Forms!frm_Projects.Dirty Then Forms!frm_Projects.Dirty = False
It was working perfectly until today. Now when that line is run I get the
following error:
Return without GoSub
What happened and where do I begin fixing?
If Forms!frm_Projects.Dirty Then Forms!frm_Projects.Dirty = False
It was working perfectly until today. Now when that line is run I get the
following error:
Return without GoSub
What happened and where do I begin fixing?