M
Micky
Forgive me and I am somewhat new to Access. I have have
a table that among others has two columns named "units"
and "unit price". The requirement that I need to make is
as follows. If the "units" column is > 0 then "Unit
price" must be > 0 OR if the "units" column is null or 0
then the "unit price" must be 0 or null also.
I assume this would need to be done in the expression
builder in the table properties in the validation rule.
I tried "[UNITS]> 0 AND [UNIT PRICE] > 0 OR "UNITS" = 0
AND "UNIT PRICE" = 0 " and had no luck at all.
Thanks in advance for helping
Mick
a table that among others has two columns named "units"
and "unit price". The requirement that I need to make is
as follows. If the "units" column is > 0 then "Unit
price" must be > 0 OR if the "units" column is null or 0
then the "unit price" must be 0 or null also.
I assume this would need to be done in the expression
builder in the table properties in the validation rule.
I tried "[UNITS]> 0 AND [UNIT PRICE] > 0 OR "UNITS" = 0
AND "UNIT PRICE" = 0 " and had no luck at all.
Thanks in advance for helping
Mick