capdownlondon
Registered User.
- Local time
- Today, 18:48
- Joined
- Mar 18, 2007
- Messages
- 52
well basically i have a field that displays a running sum, and what i want it to display is the running sum upto 350 and then start from 0.
What i was thinking, is it possible to code the text box that displays the running sum to store the value of the running sum, but the code says
only show 0-350. so if the value was 351 the textbox would only show 1.
or for example if the value was 700 it would show 350. etc
What i was thinking, is it possible to code the text box that displays the running sum to store the value of the running sum, but the code says
only show 0-350. so if the value was 351 the textbox would only show 1.
or for example if the value was 700 it would show 350. etc