Thanks for the help people, especially Alexander for making it really simple, haha.
Alexander, I've just got a few of questions;
Would you be able to explain, well, this;
Private Sub CalculateField_TextChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles txtTerm.TextChanged, txtPrincipal.TextChanged, txtInterestRate.TextChanged
Also, what is Me. needed for before the button and text syntax
And last question, would AndAlso work in the same way as something like;
= (A > 0 And B > 0 And C > 0)
Does it give the same effects, or is it completely different to what I'm thinking ?