Can anyone tell me if I can do this? Let's say I have a form with two fields: score and grade. I want to fill in the grade field based on data in the score field, for example if I enter a value between 90 and 100 in the score field, "A" would automatically be entered in the grade field. If I enter a value between 80 and 89 in the score field, "B" would automatically be entered in the grade field etc. Thanks for any advice.