Avatar

Level 4

Everything is working great now, thank you, that did the trick!  For info, below is the final one I used, it worked great. I had been trying to use the exit event of the tPrjNo field, and when I changed to calculated, I still had put the code on the tPrjNo field, but just now in reading your reply, it hit me this needed to go on the tVANo field . . .  what a difference, thank you sooooo much for your patience and help.

var myYR = form1.sfrmMain.Year0.rawValue;
var myPrj = form1.sfrmMain.sfrmMainSub1.sfrmMain2.tbMainInfo.Row2.tPrjNo.rawValue ;


this.rawValue = myPrj.toString() + "-" + myYR.toString();