G
Guest
When using the Min function on a form, is there a way to have the function
ignore zero values in field which the function is working on? I have tried:
Min([CRC_] >0), but that returns a Boolean result (0 or -1). [CRC_] is a
field populated with integers and can include zero values.
Thanks for your help in advance.
ignore zero values in field which the function is working on? I have tried:
Min([CRC_] >0), but that returns a Boolean result (0 or -1). [CRC_] is a
field populated with integers and can include zero values.
Thanks for your help in advance.