monkeytunes
Serf of the Jungle
- Local time
- Today, 13:46
- Joined
- Jun 8, 2004
- Messages
- 120
Hello buddays,
I'm almost sure I've seen this problem addressed here before, but I wasn't able to locate a relevent thread.
I've got a calculated text box ("txtTotalScore") in the footer of a subform.
The subform contains a a tab box with three tabs. Each tab has another subform, with yet another calculated text box ("txtScore1", "txtScore2", "txtScore3")
The "txtTotalScore" calculated text box takes its value by summing these other score boxes. Everything works great...
...except when one of those sub-score boxes doesn't appear, due to no values appearing on the subform. The "txtTotalScore" will calculate with the relevent value for a moment, and then turn blank.
How do I account for the null/non-appearing text boxes?
Thanks in advance!
I'm almost sure I've seen this problem addressed here before, but I wasn't able to locate a relevent thread.
I've got a calculated text box ("txtTotalScore") in the footer of a subform.
The subform contains a a tab box with three tabs. Each tab has another subform, with yet another calculated text box ("txtScore1", "txtScore2", "txtScore3")
The "txtTotalScore" calculated text box takes its value by summing these other score boxes. Everything works great...
...except when one of those sub-score boxes doesn't appear, due to no values appearing on the subform. The "txtTotalScore" will calculate with the relevent value for a moment, and then turn blank.
How do I account for the null/non-appearing text boxes?
Thanks in advance!