Okay, that means your WorkerID field/control is empty. Is it? If not, then double-check the name of the control for the WorkerID field. It could be something like Text86 or something.
Okay, that means your WorkerID field/control is empty. Is it? If not, then double-check the name of the control for the WorkerID field. It could be something like Text86 or something.
Yes!!! I just figured it out. I was putting the code in an Event that happens BEFORE the workerID is populated by the AFTERUpdate Event so the WorkerID is was not allowing for the change. I figured it out now.
Okay, that means your WorkerID field/control is empty. Is it? If not, then double-check the name of the control for the WorkerID field. It could be something like Text86 or something.
One last question regarding syntax - How do I include either error handling or cause the code only to run when the workerID.value is Not Null
The image shows what the event looks like. Sometimes we have to clear the worker name which will clear the worker id and because it's an afterupdate event it will give an error when the workerid is null (as we discovered).