I'm still getting a 0 in all the backordered columns when I'd like them to be empty. The form has more rows than I will be using, so when there is no information in the shipped and ordered row, I'd like the backordered row to be empty/blank. I've tried writing this at the end of my formula
elseif ordered=null and shipped=null
then backordered=null(but I really want it to be blank)
or elseif Table1.Row1.ordered=null and Table1.Row1.shipped=null
then Table1.Row1.backordered=null
And yes, backordered is a numeric field.
Any more advice? Thanks!