I am trying to calculate the value of a text box on a form with one of two formulas based on the value of another box. I would prefer to do this with the formula and not in VB (although if I must, I will).
I attempted using
=IIF(Isnull[KRecDate], [SalesDate]+2, [KRecDate] - [SalesDate] -2)...