Thank you. My fields are aligned, so I don't think this is it.I have never used subforms, is there anything tricky about them?The way I want my tab order to go is down then right in 'tables' (they are not actually tables, but look like tables the way the fields are aligned). Should I select those ta...
Thanks. This is what I have now:if (NumericField1[1] ne 0) (NumericField1[1]-NumericField1[0])/NumericField1[1]*100 endifThe script editor is telling me there is an error at col 27, which is where my formula starts. Is there supposed to be a comma, or anything?
Thanks. If I set 1 as default value, the form opens with that screen (I assume I'd have to set both values to 1 as default).How would I go about testing the values? Is there a code that would work like an Excel "IF" function, to where the calculated field would 'wait' until the values are filled in ...
Thanks, it works.Now when I fill the form though, how do I get rid of this annoying message when I type in the 1st number?Once I hit OK, it's fine, but it breaks up the flow of filling out the form...Thanks!