G
Guest
Hello there;
I have four fields that I need to have summed up, and then the value entered
into a fifth box. The formula that I need to have working within my form is
as follows:
(Q1 + Q2 + Q3 + Q4) / 4
The Q#'s are the field names that I have given the fields, and I was
wondering the easiest way to get this calculation entered into a fifth text
box labeled "QuestAvg".
I'm willing to use VB, however, I am not sure how to get this working.
Thank you
I have four fields that I need to have summed up, and then the value entered
into a fifth box. The formula that I need to have working within my form is
as follows:
(Q1 + Q2 + Q3 + Q4) / 4
The Q#'s are the field names that I have given the fields, and I was
wondering the easiest way to get this calculation entered into a fifth text
box labeled "QuestAvg".
I'm willing to use VB, however, I am not sure how to get this working.
Thank you