New Question Same Form:
Ok, one last thing and then I think I will have all the issues worked out thanks to you. I am needing my EndingOdometer to equal the last EndOdomReadingRow# once their input is finished. Which everyone's is different.

I really am so appreciative because I am not able to find the information online and I have done the research. This community and you are very helpful resources.
var odm="";
for(var i=26;i>0;i--)
{
if(this.getField("EndOdomReadingRow"+i).value)
{odm=this.getField("EndOdomReadingRow"+i).value;break;}
}
event.value=odm;