ndjustin20
Board Regular
- Joined
- May 25, 2011
- Messages
- 69
I am trying, unsuccessfully , to add and subtract using text boxes. Here is my code:
QtrBudTotal.Value = Format(Val(monthOneBudTxt) + Val(monthTwoBudTxt) + Val(monthThreeBudTxt), "$###,###")
For some reason it doesn't throw an error though the QtrBudTotal.Value doesn't show anything besides a $ in the text box.
Justin
QtrBudTotal.Value = Format(Val(monthOneBudTxt) + Val(monthTwoBudTxt) + Val(monthThreeBudTxt), "$###,###")
For some reason it doesn't throw an error though the QtrBudTotal.Value doesn't show anything besides a $ in the text box.
Justin