F
Frank Camean
For some reason, outlook is taking a summarized formula
into "character position totals" rather than a global
summary.
Example: I want to calculate TOTAL OPERATING EXPENSES. I
created 3 user fields. TOTAL OE1, TOTAL OE2, and TOTAL
OE3. where each field represents a list of summarized
expenses. TOTAL OPERATING INCOME = [TOTAL OE1]+[TOTAL OE2]
+[TOTAL OE3]
I had to break it out into 3 user fields because I
couldn't fit all the values into TOTAL OPERATING INCOME
(the window space wouldn't allow me to).
When I "RUN" the form, the calculation works, but when I
actually put it to use, A DATE TIME STAMP GETS POPULATED
IN THERE. (and I can't figure out why?)
Should I do the calculation in CODE? If so, how would I
do that.
TOTAL OE1 = [Bathroom Expense]+[Bedroom Expense]+[Dining
Room Expense] + etc....
something similar for OE2 and OE3. I would like to just
have TOTAL OPERATING EXPENSES = A+B+C+D+E+F+G... ETC...
What's the proper syntax in code? Or how can I fix this
w/out code? Any guidance/advice is greatly appreciated.
Thanks in advance.
into "character position totals" rather than a global
summary.
Example: I want to calculate TOTAL OPERATING EXPENSES. I
created 3 user fields. TOTAL OE1, TOTAL OE2, and TOTAL
OE3. where each field represents a list of summarized
expenses. TOTAL OPERATING INCOME = [TOTAL OE1]+[TOTAL OE2]
+[TOTAL OE3]
I had to break it out into 3 user fields because I
couldn't fit all the values into TOTAL OPERATING INCOME
(the window space wouldn't allow me to).
When I "RUN" the form, the calculation works, but when I
actually put it to use, A DATE TIME STAMP GETS POPULATED
IN THERE. (and I can't figure out why?)
Should I do the calculation in CODE? If so, how would I
do that.
TOTAL OE1 = [Bathroom Expense]+[Bedroom Expense]+[Dining
Room Expense] + etc....
something similar for OE2 and OE3. I would like to just
have TOTAL OPERATING EXPENSES = A+B+C+D+E+F+G... ETC...
What's the proper syntax in code? Or how can I fix this
w/out code? Any guidance/advice is greatly appreciated.
Thanks in advance.