How do I macro to step to the next action after a conditional stop? I have a button to open a form to the record selected. I want a message box to show if no record is selected.
In my macro I have:
IsNull([employee_ID]) MSGBox
StopMacro
OpenForm
SearchForRecord
Close
When the [employee_ID] is null the message dispalys and the macro stops, however the open form button will nolonger work even if I select a record. How do I get my macro to work after it has stopped.
In my macro I have:
IsNull([employee_ID]) MSGBox
StopMacro
OpenForm
SearchForRecord
Close
When the [employee_ID] is null the message dispalys and the macro stops, however the open form button will nolonger work even if I select a record. How do I get my macro to work after it has stopped.