E
ExcessAccess
I have a make-table query. One of the fields that this
query makes is called "Quantity." It's a calculated field
that creates a number. I only want positive integers. As
of now, I get numbers like 6489.498 or -210. How can I
make it so that all negative numbers become "0"? How can
I also make it so that I only get whole numbers, with no
numbers to the right of the decimal?
Thanks much in advance.
~J
query makes is called "Quantity." It's a calculated field
that creates a number. I only want positive integers. As
of now, I get numbers like 6489.498 or -210. How can I
make it so that all negative numbers become "0"? How can
I also make it so that I only get whole numbers, with no
numbers to the right of the decimal?
Thanks much in advance.
~J