Table has fields costpereach, costpercase, and amountpercase. I want to add a [calc] text field which says either "Yes" or "No", and is based on the above 3 fields.
So, at the table level, I use the following validation rule:
[calc]=IIf((([costpercase]/[amountpercase])=[costpereach]),"Yes","No")
But, I don't see it working, nor do I know if this is even a valid attempt?
So, at the table level, I use the following validation rule:
[calc]=IIf((([costpercase]/[amountpercase])=[costpereach]),"Yes","No")
But, I don't see it working, nor do I know if this is even a valid attempt?