S
Slez via AccessMonster.com
I have a calculated field in a query:
QtySampleLabels: ([QtySolidReqd]+1)+([QtyVeneerReqd]+1)
I don't want it to add 1 if a field has a value of 0.
For example: If QtySolidReqd = 3 and QtyVeneerReqd = 0 ... I'd like it to
add 1 to QtySolidReqd, but not QtyVeneerReqd, which would make
QtySampleLabels = 4 (not 5 as it does with my current expression).
How can my expression be altered to accomplish this?
Thanks in advance for any help!
QtySampleLabels: ([QtySolidReqd]+1)+([QtyVeneerReqd]+1)
I don't want it to add 1 if a field has a value of 0.
For example: If QtySolidReqd = 3 and QtyVeneerReqd = 0 ... I'd like it to
add 1 to QtySolidReqd, but not QtyVeneerReqd, which would make
QtySampleLabels = 4 (not 5 as it does with my current expression).
How can my expression be altered to accomplish this?
Thanks in advance for any help!