Hi,
I have a form which tracks users who are buying tickets to specific events, and calculates the the cost depending on what they buy. So I have 5 text boxes, one of which is required, the other 4 are not (series1, series2, etc). I'd like to have a calculated control (seriesQuant) show how many of the text boxes have been filled in (i.e, 1,2,3,4 or 5). The value of the seriesQuant contol will be used to calculate what they owe.
So how do I get a seriesQuant to count how many other controls have a value in them.
Thanks
Don
I have a form which tracks users who are buying tickets to specific events, and calculates the the cost depending on what they buy. So I have 5 text boxes, one of which is required, the other 4 are not (series1, series2, etc). I'd like to have a calculated control (seriesQuant) show how many of the text boxes have been filled in (i.e, 1,2,3,4 or 5). The value of the seriesQuant contol will be used to calculate what they owe.
So how do I get a seriesQuant to count how many other controls have a value in them.
Thanks
Don