J
Jacob Frankham
Hi everyone
I have a grouped textbox [totalRefunds] which is summing the values of other
textboxes, ie
=Sum([refunds])
Now, sometimes refunds are N/A, so what I need to do is this:
If ALL refunds state "N/A" then I want my [totalRefunds] to state "N/A"
Currently, if SOME refunds state "N/A" my [totalRefunds] textbox will ignore
them and Sum the rest.
I am just having trouble displaying "N/A" in the [totalRefunds] textbox for
when ALL [refunds] are "N/A", as it is currently producing "£0.00"
Hope someone can help
Thanks
Jake
I have a grouped textbox [totalRefunds] which is summing the values of other
textboxes, ie
=Sum([refunds])
Now, sometimes refunds are N/A, so what I need to do is this:
If ALL refunds state "N/A" then I want my [totalRefunds] to state "N/A"
Currently, if SOME refunds state "N/A" my [totalRefunds] textbox will ignore
them and Sum the rest.
I am just having trouble displaying "N/A" in the [totalRefunds] textbox for
when ALL [refunds] are "N/A", as it is currently producing "£0.00"
Hope someone can help
Thanks
Jake