Okay see if this helps. I initially ran a script that goes back into another database and copies data from a certain date. So, it goes back and copies the grade, then in my main data base, pastes the letter into the grade field. On main database, main layout where grade was pasted, I have field is supposed to be a calculation field that gives me points for an A,B,C,D grade EX. Case ( GRADE = "A" ; 4 ; GRADE = "B" ;3 ; GRADE = "C" ;2 ; GRADE = "D" ;1 ; GRADE = "F" ;0 )
The Grade field is the one that results were pasted into via an earlier script. I think you are right, it sees the field as empty instead of evaluating the pasted value.