How would I go about doing this:
If ContainerType = Box then Container must equal a number between 1 and 200. If not in the range then message box.
My thoughts are to put it in the Before Update section sound right?
Along that lines how about this one:
If a container number is already used then a message box about choose another container number.
I have a product that gets moved from container to container. On my Event I have a Container field where I enter in the container number. If I enter in a container number that is already being used then either we didn't "empty" the container or we wrote down the wrong container number.
Thanks,
Rick
If ContainerType = Box then Container must equal a number between 1 and 200. If not in the range then message box.
My thoughts are to put it in the Before Update section sound right?
Along that lines how about this one:
If a container number is already used then a message box about choose another container number.
I have a product that gets moved from container to container. On my Event I have a Container field where I enter in the container number. If I enter in a container number that is already being used then either we didn't "empty" the container or we wrote down the wrong container number.
Thanks,
Rick