I am designing a form which features 2 columns and I'm looking for a script to populate one column based on data in the other. Specifically, if grades A, B, C, or D are entered into the left column, then the right column populates with 3 credit hours.I assumed a fairly simple if/then statement . . ...