Can you call the Search form in Dialog mode? This would stop all code execution on the Job form until you close the Search form. At that point, the code in the Job form would start running again.
Note with a dialog form, the user MUST interact with that form (and that form alone) until it's closed.
Here's how to open a form in Dialog mode:
DoCmd.OpenForm "YourForm",acNormal, , , ,acDialog