I have a fairly long if-code.
some places in that if, a form should open
If Something Then
DoCmd.OpenForm
End If
The thing is, depending of what i do in the new form that i open, i would continue the code, or not. Not continue that if, that wouldnt make sense, but i have something that should happen later.
Is there any way of stopping code?
some places in that if, a form should open
If Something Then
DoCmd.OpenForm
End If
The thing is, depending of what i do in the new form that i open, i would continue the code, or not. Not continue that if, that wouldnt make sense, but i have something that should happen later.
Is there any way of stopping code?