D
dustinhurley
I have a repeating table with two columns. Column One has a drop-down
list for the user to select from items 1, 2, or 3. Column Two is a
text box for the user to enter a dollar amount.
I want to average the dollar amounts associated with items 1,2, and 3
from the drop down list. I have a section for the average dollar
amount for item 1, the average dollar amount for item 2, and the
average dollar amount for item 3.
I do not know how to calculate the averages. I need to somehow
associate the text box containing the dollar amount to whichever item
the user selects from the drop down list.
Is the current() function the solution? Can you help?
list for the user to select from items 1, 2, or 3. Column Two is a
text box for the user to enter a dollar amount.
I want to average the dollar amounts associated with items 1,2, and 3
from the drop down list. I have a section for the average dollar
amount for item 1, the average dollar amount for item 2, and the
average dollar amount for item 3.
I do not know how to calculate the averages. I need to somehow
associate the text box containing the dollar amount to whichever item
the user selects from the drop down list.
Is the current() function the solution? Can you help?