Thanks for the response. I think I understand what you are saying. My
issues is that becuase I have a button that adds the subform and the
rows simultaneously, there isn't a field to go to and add the [1]. Also,
let me clarify, I'm not actually doing any sort of mathematical
calculation, I just want to copy the info (number or text) from one
field to the other. I've been racking my brain and looking on-line, and
I found this script:ContactName.rawValue = this.rawValue;Which I
modified to this: f...