Percent calculation on a report

R

rugiem

I want to multiply [text56]*103%. i cnt semm to get the answer I need. Its
on a report. Help!
 
D

Duane Hookom

Did you try a control source of:
=[text56] * 1.03

BTW: do yourself a favor and kick your apps up a notch and provide a more
descriptive name for text56.
 
Top