D
Dave
I have a popup form with 5 text Boxes
RedCount
WhiteCount
YellowCount
PurpleCount
txtTotal
I want to sum the first 4 boxes in the 5th
Why is this not working?
=[RedCount]+[YellowCount]+[WhiteCount]+[PurpleCount]
Or
=sum([RedCount]+[YellowCount]+[WhiteCount]+[PurpleCount])
In the control source of txtTotal
All 5 boxes are formatted to be general number and first 4 have a default
value of 0
All I get is either "error" or "name" depending on what I try to put as my
code
Am I missing something?
Any help here will be appreciated
Thanks in advance
D
RedCount
WhiteCount
YellowCount
PurpleCount
txtTotal
I want to sum the first 4 boxes in the 5th
Why is this not working?
=[RedCount]+[YellowCount]+[WhiteCount]+[PurpleCount]
Or
=sum([RedCount]+[YellowCount]+[WhiteCount]+[PurpleCount])
In the control source of txtTotal
All 5 boxes are formatted to be general number and first 4 have a default
value of 0
All I get is either "error" or "name" depending on what I try to put as my
code
Am I missing something?
Any help here will be appreciated
Thanks in advance
D